Home
last modified time | relevance | path

Searched defs:object (Results 426 - 450 of 2022) sorted by relevance

1...<<11121314151617181920>>...81

/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dref_count_collect.cpp77 sptr<IRemoteObject> object = samgr->CheckSystemAbility(saId); in IdentifyUnrefOndemand() local
108 sptr<IRemoteObject> object = samgr->CheckSystemAbility(saId); in IdentifyUnrefResident() local
/foundation/communication/ipc/ipc/native/src/core/source/
H A Diremote_broker.cpp46 BrokerDelegatorBase *object = reinterpret_cast<BrokerDelegatorBase *>(it1->first); in ~BrokerRegistration() local
77 const BrokerDelegatorBase *object = reinterpret_cast<BrokerDelegatorBase *>(iter->first); in Register() local
116 const BrokerDelegatorBase *object = reinterpret_cast<BrokerDelegatorBase *>(iter->first); in Unregister() local
125 sptr<IRemoteBroker> BrokerRegistration::NewInstance(const std::u16string &descriptor, const sptr<IRemoteObject> &object) in NewInstance() argument
51 Register(const std::u16string &descriptor, const Constructor &creator, const BrokerDelegatorBase *object) Register() argument
[all...]
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbuffer_object_unittest.cpp62 BufferObject object; in HWTEST_F() local
77 BufferObject object; in HWTEST_F() local
98 BufferObject object; HWTEST_F() local
114 BufferObject object; HWTEST_F() local
134 BufferObject object; HWTEST_F() local
149 BufferObject object; HWTEST_F() local
170 BufferObject object; HWTEST_F() local
186 BufferObject object; HWTEST_F() local
216 BufferObject object; HWTEST_F() local
230 BufferObject object; HWTEST_F() local
249 BufferObject object; HWTEST_F() local
267 BufferObject object; HWTEST_F() local
279 BufferObject object; HWTEST_F() local
293 BufferObject object; HWTEST_F() local
312 BufferObject object; HWTEST_F() local
330 BufferObject object; HWTEST_F() local
342 BufferObject object; HWTEST_F() local
354 BufferObject object; HWTEST_F() local
366 BufferObject object; HWTEST_F() local
378 BufferObject object; HWTEST_F() local
390 BufferObject object; HWTEST_F() local
402 BufferObject object; HWTEST_F() local
414 BufferObject object; HWTEST_F() local
426 BufferObject object; HWTEST_F() local
438 BufferObject object; HWTEST_F() local
449 BufferObject object; HWTEST_F() local
460 BufferObject object; HWTEST_F() local
471 BufferObject object; HWTEST_F() local
482 BufferObject object; HWTEST_F() local
494 BufferObject object; HWTEST_F() local
508 BufferObject object; HWTEST_F() local
526 BufferObject object; HWTEST_F() local
544 BufferObject object; HWTEST_F() local
562 BufferObject object; HWTEST_F() local
576 BufferObject object; HWTEST_F() local
590 BufferObject object; HWTEST_F() local
602 BufferObject object; HWTEST_F() local
[all...]
H A Dprocess_skeleton_unittest.cpp59 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject"); in HWTEST_F() local
75 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject"); in HWTEST_F() local
93 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject"); in HWTEST_F() local
110 sptr<IRemoteObject> object = new IPCObjectStub(str); HWTEST_F() local
128 sptr<IRemoteObject> object = new IPCObjectStub(str); HWTEST_F() local
145 sptr<IRemoteObject> object = new IPCObjectStub(str); HWTEST_F() local
162 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject"); HWTEST_F() local
[all...]
/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_message_option.cpp32 int JavaOhosRpcMessageOptionGetFlags(JNIEnv *env, jobject object) in JavaOhosRpcMessageOptionGetFlags() argument
44 int JavaOhosRpcMessageOptionGetWaitTime(JNIEnv *env, jobject object) in JavaOhosRpcMessageOptionGetWaitTime() argument
56 void JavaOhosRpcMessageOptionSetFlags(JNIEnv *env, jobject object, int flags) in JavaOhosRpcMessageOptionSetFlags() argument
67 void JavaOhosRpcMessageOptionSetWaitTime(JNIEnv *env, jobject object, int waitTime) in JavaOhosRpcMessageOptionSetWaitTime() argument
91 MessageOptionPtr JavaOhosRpcMessageOptionGetNative(JNIEnv *env, jobject object) in JavaOhosRpcMessageOptionGetNative() argument
[all...]
/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_test.cpp126 sptr<IRemoteObject> object = nullptr; in HWTEST_F() local
141 sptr<IRemoteObject> object = nullptr; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_supplier_test/
H A Dnet_specifier_test.cpp171 sptr<NetSpecifier> object = nullptr; in HWTEST_F() local
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_specifier.cpp82 bool NetSpecifier::Marshalling(Parcel &parcel, const sptr<NetSpecifier> &object) in Marshalling() argument
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_sa_client.cpp43 auto object = samgr->CheckSystemAbility(KITS::NFC_MANAGER_SYS_ABILITY_ID); in CheckNfcSystemAbility() local
57 auto object = samgr->CheckSystemAbility(systemAbilityId); in LoadNfcSa() local
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_sa_manager.cpp44 auto object = samgr->CheckSystemAbility(systemAbilityId); in LoadWifiSa() local
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ipccallback/
H A Dsharing_event_callback_proxy.cpp27 SharingEventCallbackProxy::SharingEventCallbackProxy(const sptr<IRemoteObject> &object) in SharingEventCallbackProxy() argument
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_value.cpp67 Preference_ValueType OH_PreferencesValue_GetValueType(const OH_PreferencesValue *object) in OH_PreferencesValue_GetValueType() argument
84 int OH_PreferencesValue_GetInt(const OH_PreferencesValue *object, int *value) in OH_PreferencesValue_GetInt() argument
101 int OH_PreferencesValue_GetBool(const OH_PreferencesValue *object, bool *value) in OH_PreferencesValue_GetBool() argument
118 int OH_PreferencesValue_GetString(const OH_PreferencesValue *object, cha argument
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_record.cpp33 auto object = std::get<std::shared_ptr<Object>>(value); in SystemDefinedRecord() local
82 auto object = std::get<std::shared_ptr<Object>>(value_); in InitObject() local
H A Dplain_text.cpp40 auto object = std::get<std::shared_ptr<Object>>(value); in PlainText() local
68 auto object = std::get<std::shared_ptr<Object>>(value_); in SetContent() local
85 auto object = std::get<std::shared_ptr<Object>>(value_); in SetAbstract() local
95 auto object = std::get<std::shared_ptr<Object>>(value_); in InitObject() local
[all...]
H A Dfile.cpp35 auto object = std::get<std::shared_ptr<Object>>(value); in File() local
60 auto object = std::get<std::shared_ptr<Object>>(value_); in SetUri() local
74 auto object = std::get<std::shared_ptr<Object>>(value_); in SetRemoteUri() local
83 auto object = std::get<std::shared_ptr<Object>>(value_); in SetDetails() local
98 auto object = std::get<std::shared_ptr<Object>>(value_); InitObject() local
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_service_ipc.cpp79 auto object = iter->second; in GetSourceRemoteCamSrv() local
94 auto object = samgr->CheckSystemAbility(DISTRIBUTED_HARDWARE_CAMERA_SOURCE_SA_ID, deviceId); in GetSourceRemoteCamSrv() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_js_utils.cpp49 napi_value object = nullptr; in Convert2JSValue() local
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_service_ipc.cpp79 auto object = iter->second; in GetSinkRemoteCamSrv() local
94 auto object = samgr->CheckSystemAbility(DISTRIBUTED_HARDWARE_CAMERA_SINK_SA_ID, deviceId); in GetSinkRemoteCamSrv() local
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Dinput_node_listener_proxy.cpp26 InputNodeListenerProxy::InputNodeListenerProxy(const sptr<IRemoteObject> &object) in InputNodeListenerProxy() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/
H A Dcommon_func.cpp25 tuple<bool, napi_ref, napi_ref, napi_ref> CommonFunc::GetCallbackHandles(napi_env env, napi_value object) in GetCallbackHandles() argument
/foundation/communication/connected_nfc_tag/interfaces/inner_api/src/
H A Dnfc_tag_impl.cpp31 sptr<IRemoteObject> object = sa_mgr->GetSystemAbility(NFC_CONNECTED_TAG_ABILITY_ID); in NfcTagImpl() local
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_sa_manager.cpp42 auto object = samgr->CheckSystemAbility(systemAbilityId); in LoadWifiSa() local
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_bundle_mgr_helper.cpp97 void EGLBundleMgrServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied() argument
/test/xts/device_attest/interfaces/innerkits/native_cpp/src/
H A Ddevattest_client.cpp45 sptr<IRemoteObject> object = in GetDeviceProfileService() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDurationFormat.java74 public abstract StringBuffer format(Object object, StringBuffer toAppend, in format() argument

Completed in 9 milliseconds

1...<<11121314151617181920>>...81