Home
last modified time | relevance | path

Searched defs:obj (Results 1301 - 1325 of 2257) sorted by relevance

1...<<51525354555657585960>>...91

/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.h389 Insert(T *obj) Insert() argument
396 Erase(T *obj) Erase() argument
406 IncreaseRef(T *obj) IncreaseRef() argument
418 DecreaseRef(T *obj) DecreaseRef() argument
429 ObjectRefMap(T *obj) ObjectRefMap() argument
[all...]
/foundation/multimedia/player_framework/services/services/sa_media/server/
H A Dmedia_server_manager.cpp808 void MediaServerManager::AsyncExecutor::Commit(sptr<IRemoteObject> obj) in Commit() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_new_test.cpp616 sptr<IRemoteObject> obj = reply.ReadRemoteObject(); in HWTEST_F() local
916 sptr<IRemoteObject> obj = reply.ReadRemoteObject(); in HWTEST_F() local
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_dumper.cpp135 sptr<ILocalAbilityManager> obj = in DumpFfrtInfoByProcName() local
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp167 const binder_buffer_object *obj = reinterpret_cast<const binder_buffer_object *>(GetData() + offset); in UpdateDBinderDataOffset() local
H A Dprocess_skeleton.cpp370 binder_buffer_object obj; in FlattenDBinderData() local
390 auto obj = reinterpret_cast<const binder_buffer_object *>(buf); in UnFlattenDBinderData() local
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c367 JsonObj *obj = JSON_CreateObject(); in PackVerifyDeviceMessage() local
384 JsonObj *obj = JSON_CreateObject(); in PackKeepaliveMessage() local
[all...]
H A Dauth_session_key.c551 static void HandleUpdateSessionKeyEvent(const void *obj) in HandleUpdateSessionKeyEvent() argument
574 static int32_t RemoveUpdateSessionKeyFunc(const void *obj, void *para) in RemoveUpdateSessionKeyFunc() argument
H A Dauth_common.c73 static SoftBusMessage *NewAuthMessage(const uint8_t *obj, uint32_t size) in NewAuthMessage() argument
105 PostAuthEvent(EventType event, EventHandler handler, const void *obj, uint32_t size, uint64_t delayMs) PostAuthEvent() argument
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp101 JsonObj *obj = JSON_CreateObject(); in HWTEST_F() local
201 JsonObj *obj = JSON_CreateObject(); in HWTEST_F() local
259 JsonObj *obj = JSON_CreateObject(); HWTEST_F() local
333 JsonObj *obj = JSON_CreateObject(); HWTEST_F() local
594 JsonObj *obj = JSON_CreateObject(); HWTEST_F() local
634 JsonObj *obj = JSON_CreateObject(); HWTEST_F() local
651 JsonObj *obj = JSON_CreateObject(); HWTEST_F() local
799 JsonObj *obj = JSON_CreateObject(); HWTEST_F() local
848 JsonObj *obj = JSON_CreateObject(); HWTEST_F() local
901 JsonObj *obj = JSON_CreateObject(); HWTEST_F() local
935 JsonObj *obj = JSON_CreateObject(); HWTEST_F() local
[all...]
H A Dauth_net_ledger_mock.cpp208 cJSON *obj = cJSON_CreateObject(); in Pack() local
[all...]
/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp230 sptr<IRemoteObject> obj = GenerateRemoteObject(); in HWTEST_F() local
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp51 template <typename T> static bool ParseTypesArray(napi_env env, napi_value obj, std::set<T> &typeArray) in ParseTypesArray() argument
70 static bool ParseCapabilities(napi_env env, napi_value obj, NetAllCapabilities &capabilities) in ParseCapabilities() argument
90 ParseNetSpecifier(napi_env env, napi_value obj, NetSpecifier &specifier) ParseNetSpecifier() argument
[all...]
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dmonitor_server.cpp143 napi_value obj = NapiUtils::CreateObject(env); in MakeMessageObj() local
190 auto obj = MakeMessageObj(workWrapper->env, ptrMessageRecvParma); in EventMessageCallback() local
230 napi_value obj = ConstructTLSSocketConnection(workWrapper->env, info, clientid, eventManager); in EventConnectCallback() local
264 napi_value obj in EventCloseCallback() local
298 napi_value obj = NapiUtils::CreateObject(workWrapper->env); EventErrorCallback() local
[all...]
H A Dtlssocket_exec.cpp543 napi_value obj = NapiUtils::CreateObject(context->GetEnv()); in GetCertificateCallback() local
584 napi_value obj = NapiUtils::CreateObject(context->GetEnv()); in GetRemoteCertificateCallback() local
634 napi_value obj = NapiUtils::CreateObject(context->GetEnv()); GetStateCallback() local
646 napi_value obj = NapiUtils::CreateObject(context->GetEnv()); GetRemoteAddressCallback() local
658 napi_value obj = NapiUtils::CreateObject(context->GetEnv()); GetLocalAddressCallback() local
[all...]
/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_controller_event.cpp46 void CheckAndNotify(const std::string& type, const T& obj) in CheckAndNotify() argument
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_crud_test.cpp312 DistributedDeviceProfileClient::DeviceProfileDeathRecipient obj; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store.cpp105 bool JsKVStore::IsInstanceOf(napi_env env, napi_value obj, const std::string& storeId, napi_value constructor) in IsInstanceOf() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store_helper.cpp71 OpenCallback(const OpenCallback &obj) = delete; member in OHOS::RdbJsKit::OpenCallback
73 OpenCallback &operator=(const OpenCallback &obj) = delete; member in OHOS::RdbJsKit::OpenCallback
[all...]
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_multi_type_unified_data_delay_test.cpp143 auto obj = std::get<std::shared_ptr<Object>>(value); in CheckPlainUds() local
154 auto obj = std::get<std::shared_ptr<Object>>(value); in CheckHtmlUds() local
165 auto obj = std::get<std::shared_ptr<Object>>(value); CheckFileUriUds() local
178 auto obj = std::get<std::shared_ptr<Object>>(value); CheckPixelMapUds() local
193 auto obj = std::get<std::shared_ptr<Object>>(value); CheckLinkUds() local
[all...]
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_stub.cpp228 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in OnSetPasteData() local
241 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in OnSetPasteData() local
305 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in IsObserverValid() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp67 StorageProxy *obj = static_cast<StorageProxy *>(nativeObject); in Destructor() local
149 StorageProxy *obj = new (std::nothrow) StorageProxy(preference); in New() local
216 StorageProxy *obj in GetValueSync() local
412 StorageProxy *obj = nullptr; SetValueSync() local
485 StorageProxy *obj = nullptr; DeleteSync() local
532 StorageProxy *obj = nullptr; HasKeySync() local
594 StorageProxy *obj = nullptr; FlushSync() local
607 StorageProxy *obj = nullptr; ClearSync() local
656 StorageProxy *obj = nullptr; RegisterObserver() local
681 StorageProxy *obj = nullptr; UnRegisterObserver() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp66 PreferencesProxy *obj = static_cast<PreferencesProxy *>(nativeObject); in Destructor() local
116 PreferencesProxy *obj = new (std::nothrow) PreferencesProxy(); in NewInstance() local
165 PreferencesProxy *obj = reinterpret_cast<PreferencesProxy *>(boundObj); in GetSelfInstance() local
538 CleanEnv(void *obj) CleanEnv() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dndk_data_conversion_test.cpp614 auto obj = std::make_shared<Object>(); in HWTEST_F() local
705 auto obj = std::get<std::shared_ptr<Object>>(value); in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drelational_store_test.cpp1350 ValueObject obj = ValueObject(); in HWTEST_F() local
1366 ValueObject obj = ValueObject(inputVal); in HWTEST_F() local
1385 ValueObject obj = ValueObject(inputVal); in HWTEST_F() local
1404 ValueObject obj = ValueObject(inputVal); in HWTEST_F() local
1423 ValueObject obj = ValueObject(inputVal); HWTEST_F() local
1446 ValueObject obj = ValueObject(inputVal); HWTEST_F() local
1473 ValueObject obj; HWTEST_F() local
1561 ValueObject obj; HWTEST_F() local
[all...]

Completed in 28 milliseconds

1...<<51525354555657585960>>...91