Home
last modified time | relevance | path

Searched refs:set_property_mode (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosFileTransfer/src/
H A DCosFileTransfer_File_impl.erl59 set_property_mode/4,
244 set_property_mode(_OE_This, State, Name, Mode) -> function
246 set_property_mode(?get_PropertyRef(State), Name, Mode), State}.
H A DCosFileTransfer_Directory_impl.erl62 set_property_mode/4,
278 set_property_mode(_OE_This, State, Name, Mode) -> function
280 set_property_mode(?get_PropertyRef(State), Name, Mode), State}.
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosFileTransfer/src/
H A DCosFileTransfer_File_impl.erl59 set_property_mode/4,
244 set_property_mode(_OE_This, State, Name, Mode) -> function
246 set_property_mode(?get_PropertyRef(State), Name, Mode), State}.
H A DCosFileTransfer_Directory_impl.erl62 set_property_mode/4,
278 set_property_mode(_OE_This, State, Name, Mode) -> function
280 set_property_mode(?get_PropertyRef(State), Name, Mode), State}.
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosFileTransfer/src/
H A DCosFileTransfer_File_impl.erl59 set_property_mode/4,
244 set_property_mode(_OE_This, State, Name, Mode) -> function
246 set_property_mode(?get_PropertyRef(State), Name, Mode), State}.
H A DCosFileTransfer_Directory_impl.erl62 set_property_mode/4,
278 set_property_mode(_OE_This, State, Name, Mode) -> function
280 set_property_mode(?get_PropertyRef(State), Name, Mode), State}.
/dports/lang/erlang/corba-5.0.2/lib/cosFileTransfer/src/
H A DCosFileTransfer_File_impl.erl59 set_property_mode/4,
244 set_property_mode(_OE_This, State, Name, Mode) -> function
246 set_property_mode(?get_PropertyRef(State), Name, Mode), State}.
H A DCosFileTransfer_Directory_impl.erl62 set_property_mode/4,
278 set_property_mode(_OE_This, State, Name, Mode) -> function
280 set_property_mode(?get_PropertyRef(State), Name, Mode), State}.
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosFileTransfer/src/
H A DCosFileTransfer_File_impl.erl59 set_property_mode/4,
244 set_property_mode(_OE_This, State, Name, Mode) -> function
246 set_property_mode(?get_PropertyRef(State), Name, Mode), State}.
H A DCosFileTransfer_Directory_impl.erl62 set_property_mode/4,
278 set_property_mode(_OE_This, State, Name, Mode) -> function
280 set_property_mode(?get_PropertyRef(State), Name, Mode), State}.
/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl514 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj, ?id1, read_only)),
518 'CosPropertyService_PropertySetDef':set_property_mode(Obj, "wrongID", read_only)),
587 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj2, ?id1, read_only)),
637 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj3, ?id4, normal)),
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl514 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj, ?id1, read_only)),
518 'CosPropertyService_PropertySetDef':set_property_mode(Obj, "wrongID", read_only)),
587 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj2, ?id1, read_only)),
637 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj3, ?id4, normal)),
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl514 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj, ?id1, read_only)),
518 'CosPropertyService_PropertySetDef':set_property_mode(Obj, "wrongID", read_only)),
587 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj2, ?id1, read_only)),
637 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj3, ?id4, normal)),
/dports/lang/erlang/corba-5.0.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl514 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj, ?id1, read_only)),
518 'CosPropertyService_PropertySetDef':set_property_mode(Obj, "wrongID", read_only)),
587 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj2, ?id1, read_only)),
637 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj3, ?id4, normal)),
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl514 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj, ?id1, read_only)),
518 'CosPropertyService_PropertySetDef':set_property_mode(Obj, "wrongID", read_only)),
587 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj2, ?id1, read_only)),
637 ?match(ok, 'CosPropertyService_PropertySetDef':set_property_mode(Obj3, ?id4, normal)),
/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl70 set_property_mode/4,
724 set_property_mode(_OE_THIS, State, _, _) when ?is_NotSetDef(State) -> function
726 set_property_mode(_, _, "", _) -> function
728 set_property_mode(_OE_THIS, State, Name, Mode) when ?is_NotStatic(State) -> function
744 set_property_mode(_OE_THIS, State, Name, Mode) -> function
H A DCosProperty.idl159 void set_property_mode( in PropertyName property_name,
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl70 set_property_mode/4,
724 set_property_mode(_OE_THIS, State, _, _) when ?is_NotSetDef(State) -> function
726 set_property_mode(_, _, "", _) -> function
728 set_property_mode(_OE_THIS, State, Name, Mode) when ?is_NotStatic(State) -> function
744 set_property_mode(_OE_THIS, State, Name, Mode) -> function
H A DCosProperty.idl159 void set_property_mode( in PropertyName property_name,
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl70 set_property_mode/4,
724 set_property_mode(_OE_THIS, State, _, _) when ?is_NotSetDef(State) -> function
726 set_property_mode(_, _, "", _) -> function
728 set_property_mode(_OE_THIS, State, Name, Mode) when ?is_NotStatic(State) -> function
744 set_property_mode(_OE_THIS, State, Name, Mode) -> function
H A DCosProperty.idl159 void set_property_mode( in PropertyName property_name,
/dports/lang/erlang/corba-5.0.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl70 set_property_mode/4,
724 set_property_mode(_OE_THIS, State, _, _) when ?is_NotSetDef(State) -> function
726 set_property_mode(_, _, "", _) -> function
728 set_property_mode(_OE_THIS, State, Name, Mode) when ?is_NotStatic(State) -> function
744 set_property_mode(_OE_THIS, State, Name, Mode) -> function
H A DCosProperty.idl159 void set_property_mode( in PropertyName property_name,
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl70 set_property_mode/4,
724 set_property_mode(_OE_THIS, State, _, _) when ?is_NotSetDef(State) -> function
726 set_property_mode(_, _, "", _) -> function
728 set_property_mode(_OE_THIS, State, Name, Mode) when ?is_NotStatic(State) -> function
744 set_property_mode(_OE_THIS, State, Name, Mode) -> function
H A DCosProperty.idl159 void set_property_mode( in PropertyName property_name,

12