Home
last modified time | relevance | path

Searched defs:object (Results 176 – 200 of 1978) sorted by relevance

12345678910>>...80

/ohos5.0/base/notification/common_event_service/frameworks/extension/test/static_subscriber_stub_imp_test/
H A Dstatic_subscriber_stub_imp_test.cpp66 sptr<StaticSubscriberStubImpl> object = new (std::nothrow) StaticSubscriberStubImpl(extension); variable
82 sptr<StaticSubscriberStubImpl> object = new (std::nothrow) StaticSubscriberStubImpl(extension); variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_config.cpp100 void ExtensionConfig::LoadExtensionConfig(const nlohmann::json &object) in LoadExtensionConfig()
119 void ExtensionConfig::LoadExtensionAutoDisconnectTime(const nlohmann::json &object, std::string ext… in LoadExtensionAutoDisconnectTime()
130 void ExtensionConfig::LoadExtensionThirdPartyAppBlockedList(const nlohmann::json &object, in LoadExtensionThirdPartyAppBlockedList()
144 void ExtensionConfig::LoadExtensionServiceBlockedList(const nlohmann::json &object, std::string ext… in LoadExtensionServiceBlockedList()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_dialling_numbers_manager.cpp88 std::unique_ptr<ResponseResult> object = event->GetUniqueObject<ResponseResult>(); in ProcessLoadDone() local
111 std::unique_ptr<ResponseResult> object = event->GetUniqueObject<ResponseResult>(); in ProcessUpdateDone() local
126 std::unique_ptr<ResponseResult> object = event->GetUniqueObject<ResponseResult>(); in ProcessWriteDone() local
141 std::unique_ptr<ResponseResult> object = event->GetUniqueObject<ResponseResult>(); in ProcessDeleteDone() local
273 std::unique_ptr<ResultObtain> object = std::make_unique<ResultObtain>(); in BuildCallerInfo() local
/ohos5.0/foundation/systemabilitymgr/samgr/test/unittest/
H A Dsystem_ability_manager_test.cpp418 sptr<IRemoteObject> object = saMgr->GetSystemAbilityFromRemote(-1); variable
440 sptr<IRemoteObject> object = saMgr->GetSystemAbilityFromRemote(0); variable
462 sptr<IRemoteObject> object = saMgr->GetSystemAbilityFromRemote(DISTRIBUTED_SCHED_TEST_TT_ID); variable
492 sptr<IRemoteObject> object = saMgr->GetSystemAbilityFromRemote(DISTRIBUTED_SCHED_TEST_TT_ID); variable
527 sptr<IRemoteObject> object = saMgr->GetSystemAbilityFromRemote(DISTRIBUTED_SCHED_TEST_TT_ID); variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dprocess_skeleton.cpp85 void ProcessSkeleton::SetRegistryObject(sptr<IRemoteObject> &object) in SetRegistryObject()
102 bool ProcessSkeleton::IsContainsObject(IRemoteObject *object) in IsContainsObject()
118 bool ProcessSkeleton::DetachObject(IRemoteObject *object, const std::u16string &descriptor) in DetachObject()
150 bool ProcessSkeleton::AttachObject(IRemoteObject *object, const std::u16string &descriptor, bool lo… in AttachObject()
238 bool ProcessSkeleton::AttachValidObject(IRemoteObject *object, const std::u16string &desc) in AttachValidObject()
248 bool ProcessSkeleton::DetachValidObject(IRemoteObject *object) in DetachValidObject()
262 bool ProcessSkeleton::IsValidObject(IRemoteObject *object, std::u16string &desc) in IsValidObject()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp67 sptr<IRemoteObject> object = skeleton->GetRegistryObject(); variable
96 sptr<IRemoteObject> object = skeleton->FindOrNewObject(0); variable
138 sptr<IRemoteObject> object = nullptr; variable
153 sptr<IRemoteObject> object = new IPCObjectStub(u"test"); variable
219 auto object = skeleton->QueryObject(descriptor); variable
234 auto object = skeleton->QueryObject(descriptor); variable
470 std::shared_ptr<SocketThreadLockInfo> object = variable
638 std::shared_ptr<SocketThreadLockInfo> object = variable
705 std::shared_ptr<SocketThreadLockInfo> object = variable
739 std::shared_ptr<SocketThreadLockInfo> object = nullptr; variable
[all …]
H A Dmock_iremote_object.h31 void OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DObjectFormat.java44 public static MutableFrameFormat fromObject(Object object, int target) { in fromObject()
50 public static MutableFrameFormat fromObject(Object object, int count, int target) { in fromObject()
/ohos5.0/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 Dlink.cpp34 auto object = std::get<std::shared_ptr<Object>>(value); in Link() local
97 auto object = std::get<std::shared_ptr<Object>>(value_); in InitObject() local
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/napi_base_context/src/
H A Dnapi_base_context.cpp28 napi_status IsStageContext(napi_env env, napi_value object, bool& stageMode) in IsStageContext()
40 std::shared_ptr<Context> GetStageModeContext(napi_env env, napi_value object) in GetStageModeContext()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
H A Dquick_fix_manager_host.cpp79 sptr<IRemoteObject> object = data.ReadRemoteObject(); in HandleDeployQuickFix() local
100 sptr<IRemoteObject> object = data.ReadRemoteObject(); in HandleSwitchQuickFix() local
120 sptr<IRemoteObject> object = data.ReadRemoteObject(); in HandleDeleteQuickFix() local
/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_file_manager_test.cpp59 Buffer *object = CreateBufferBySize(bufferSize); variable
67 Buffer *object = CreateBufferBySize(bufferSize); variable
74 Buffer *object = CreateBufferBySize(bufferSize); variable
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
H A Davbuffer_queue_producer_proxy.cpp44 explicit AVBufferQueueProducerProxyImpl(const sptr<IRemoteObject>& object) in AVBufferQueueProducerProxyImpl()
69 …r<AVBufferQueueProducerProxy> AVBufferQueueProducerProxy::Create(const sptr<IRemoteObject>& object) in Create()
75 AVBufferQueueProducerProxy::AVBufferQueueProducerProxy(const sptr<IRemoteObject>& object) in AVBufferQueueProducerProxy()
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp160 sptr<IRemoteObject> object = new IPCObjectProxy(0, u"proxyTest", 0); in IsContainsObjectTest001() local
172 sptr<IRemoteObject> object = nullptr; in IsContainsObjectTest002() local
183 sptr<IRemoteObject> object = nullptr; in AttachObjectTest001() local
194 sptr<IRemoteObject> object = new IPCObjectProxy(0, u"proxyTest", 0); in AttachObjectTest002() local
230 sptr<IRemoteObject> object = nullptr; in DetachObjectTest001() local
241 sptr<IRemoteObject> object = new IPCObjectProxy(0, u"proxyTest", 0); in DetachObjectTest002() local
261 sptr<IRemoteObject> object = current->GetProxyObject(handle, newFlag); in GetProxyObjectTest() local
272 sptr<IRemoteObject> object = nullptr; in SetRegistryObjectTest001() local
372 std::shared_ptr<DBinderSessionObject> object = std::make_shared<DBinderSessionObject>( in ProxyAttachToDetachDBinderSessionTest() local
411 std::shared_ptr<DBinderSessionObject> object = std::make_shared<DBinderSessionObject>( in ProxyMoveDBinderSessionTest() local
[all …]
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v2.0/src/
H A Dcf_adapter_extension_openssl.c71 int32_t CfOpensslCreateExtension(const CfEncodingBlob *inData, CfBase **object) in CfOpensslCreateExtension()
105 void CfOpensslDestoryExtension(CfBase **object) in CfOpensslDestoryExtension()
126 static int32_t CheckObjectAndGetExts(const CfBase *object, X509_EXTENSIONS **exts) in CheckObjectAndGetExts()
251 int32_t CfOpensslGetOids(const CfBase *object, CfExtensionOidType type, CfBlobArray *out) in CfOpensslGetOids()
281 int32_t CfOpensslHasUnsupportedCriticalExtension(const CfBase *object, bool *out) in CfOpensslHasUnsupportedCriticalExtension()
455 int32_t CfOpensslGetEntry(const CfBase *object, CfExtensionEntryType type, const CfBlob *oid, CfBlo… in CfOpensslGetEntry()
557 int32_t CfOpensslCheckCA(const CfBase *object, int32_t *pathLen) in CfOpensslCheckCA()
604 int32_t CfOpensslGetExtensionItem(const CfBase *object, CfItemId id, CfBlob *out) in CfOpensslGetExtensionItem()
/ohos5.0/base/global/resource_management/interfaces/js/kits/src/
H A Dresource_manager_napi.cpp204 static napi_status SetEnumItem(napi_env env, napi_value object, const char* name, int32_t value) in SetEnumItem()
221 napi_value object; in InitDirectionObject() local
231 napi_value object; in InitDeviceTypeObject() local
246 napi_value object; in InitScreenDensityObject() local
260 napi_value object; in InitColorModeObject() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_bundle_mgr_helper.cpp50 auto deathCallback = [weakPtr](const wptr<IRemoteObject> &object) { in Connect()
97 void EGLBundleMgrServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_visitor_db_test/src/
H A Dmedialibrary_visitor_db_test.cpp55 OperationObject object = OperationObject::UNKNOWN_OBJECT; variable
72 OperationObject object = OperationObject::UNKNOWN_OBJECT; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/rust/
H A Drust_samgr_test.rs34 let object = get_service_proxy::<dyn ITest>(TEST_AUDIO_ID); in get_test_service() localVariable
35 let object = match object { in get_test_service() localVariable
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_async_callback.cpp25 void NapiAsyncCallback::CallFunction(int errCode, const std::shared_ptr<NapiNativeObject> &object) in CallFunction()
98 void NapiCallback::CallFunction(const std::shared_ptr<NapiNativeObject> &object) in CallFunction()
110 void NapiCallback::CallFunction(int errCode, const std::shared_ptr<NapiNativeObject> &object) in CallFunction()
148 void NapiPromise::ResolveOrReject(int errCode, const std::shared_ptr<NapiNativeObject> &object) in ResolveOrReject()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service_stub.cpp35 …:DBinderServiceStub(const std::string &service, const std::string &device, binder_uintptr_t object) in DBinderServiceStub()
166 sptr<IRemoteObject> object = data.ReadRemoteObject(); in AddDbinderDeathRecipient() local
208 sptr<IRemoteObject> object = data.ReadRemoteObject(); in RemoveDbinderDeathRecipient() local
272 bool DBinderServiceStub::Marshalling(Parcel &parcel, const sptr<IRemoteObject> &object) in Marshalling()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_callback_proxy.cpp28 …PolicyProxy::SetAudioInterruptCallback(const uint32_t sessionID, const sptr<IRemoteObject> &object, in SetAudioInterruptCallback()
69 …yProxy::SetAudioManagerInterruptCallback(const int32_t clientId, const sptr<IRemoteObject> &object) in SetAudioManagerInterruptCallback()
109 const sptr<IRemoteObject> &object) in SetAvailableDeviceChangeCallback()
154 const sptr<IRemoteObject> &object) in SetAudioConcurrencyCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_recording_canvas.cpp65 auto object = std::make_shared<RSExtendImageObject>(image, data, rsImageInfo); in DrawImageWithParm() local
79 auto object = std::make_shared<RSExtendImageObject>(pixelMap, rsImageInfo); in DrawPixelMapWithParm() local
94 auto object = std::make_shared<RSExtendImageBaseObj>(pixelMap, src, dst); in DrawPixelMapRect() local
107 auto object = std::make_shared<RSExtendDrawFuncObj>(std::move(drawFunc)); in DrawDrawFunc() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbms_ecological_rule_mgr_service_client.cpp94 void BmsEcologicalRuleMgrServiceClient::OnRemoteSaDied(const wptr<IRemoteObject> &object) in OnRemoteSaDied()
118 void BmsEcologicalRuleMgrServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()
123 …sEcologicalRuleMgrServiceProxy::BmsEcologicalRuleMgrServiceProxy(const sptr<IRemoteObject> &object) in BmsEcologicalRuleMgrServiceProxy()

12345678910>>...80