Home
last modified time | relevance | path

Searched defs:object (Results 451 - 475 of 2080) sorted by relevance

1...<<11121314151617181920>>...84

/foundation/multimedia/av_session/services/session/server/test/
H A Davcast_controller_proxy_test.cpp51 auto object = mgr->GetSystemAbility(OHOS::AVSESSION_SERVICE_ID); in SetUp() local
/foundation/multimedia/drm_framework/services/drm_service/client/src/
H A Dmedia_decrypt_module_service_proxy.cpp47 int32_t MediaDecryptModuleServiceProxy::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() argument
/foundation/multimedia/player_framework/services/services/screen_capture_monitor/client/
H A Dscreen_capture_monitor_client.cpp71 sptr<IRemoteObject> object = listenerStub_->AsObject(); in CreateListenerObject() local
/foundation/multimodalinput/input/service/app_state_manager/src/
H A Dapp_state_observer.cpp55 OHOS::sptr<OHOS::IRemoteObject> object = systemAbilityManager->CheckSystemAbility(OHOS::APP_MGR_SERVICE_ID); in GetAppMgr() local
101 OHOS::sptr<OHOS::IRemoteObject> object = systemAbilityManager->CheckSystemAbility(OHOS::APP_MGR_SERVICE_ID); in InitAppStateObserver() local
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_util.cpp30 int32_t GetNamedPropertyBool(const napi_env& env, const napi_value& object, const std::string& name, bool& ret) in GetNamedPropertyBool() argument
50 int32_t GetNamedPropertyInt32(const napi_env& env, const napi_value& object, in GetNamedPropertyInt32() argument
84 int32_t GetNamedPropertyInt64(const napi_env& env, const napi_value& object, const std::string& name, int64_t& ret) in GetNamedPropertyInt64() argument
113 int32_t GetNamedPropertyDouble(const napi_env& env, const napi_value& object, const std::string& name, double& ret) in GetNamedPropertyDouble() argument
/foundation/multimodalinput/input/test/fuzztest/supportkeys_fuzzer/
H A Dsupportkeys_fuzzer.cpp34 size_t GetObject(const uint8_t *data, size_t size, T &object) in GetObject() argument
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dcontinuous_task_callback_info.cpp120 auto object = new (std::nothrow) ContinuousTaskCallbackInfo(); in Unmarshalling() local
/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

Completed in 9 milliseconds

1...<<11121314151617181920>>...84