Home
last modified time | relevance | path

Searched defs:object (Results 1226 - 1250 of 1986) sorted by relevance

1...<<41424344454647484950>>...80

/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp129 bool MessageParcel::WriteDBinderProxy(const sptr<IRemoteObject> &object, uint32_t handle, uint64_t stubIndex) in WriteDBinderProxy() argument
184 bool MessageParcel::WriteRemoteObject(const sptr<IRemoteObject> &object) in WriteRemoteObject() argument
283 binder_size_t *object = nullptr; ClearFileDescriptor() local
313 binder_size_t *object = nullptr; ContainFileDescriptors() local
[all...]
H A Dprocess_skeleton.cpp85 void ProcessSkeleton::SetRegistryObject(sptr<IRemoteObject> &object) in SetRegistryObject() argument
102 bool ProcessSkeleton::IsContainsObject(IRemoteObject *object) in IsContainsObject() argument
118 bool ProcessSkeleton::DetachObject(IRemoteObject *object, const std::u16string &descriptor) in DetachObject() argument
150 AttachObject(IRemoteObject *object, const std::u16string &descriptor, bool lockFlag) AttachObject() argument
238 AttachValidObject(IRemoteObject *object, const std::u16string &desc) AttachValidObject() argument
248 DetachValidObject(IRemoteObject *object) DetachValidObject() argument
262 IsValidObject(IRemoteObject *object, std::u16string &desc) IsValidObject() argument
[all...]
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_client_test.cpp346 IRemoteObject *object = result.GetRefPtr(); in HWTEST_F() local
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp39 int32_t SoftBusServerProxyFrame::SoftbusRegisterService(const char *clientPkgName, const sptr<IRemoteObject>& object) in SoftbusRegisterService() argument
/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cparcel.cpp246 static int WriteIPCRemoteObject(OHIPCParcel *parcel, const T *object) in WriteIPCRemoteObject() argument
264 OHOS::sptr<OHOS::IRemoteObject> object = parcel->msgParcel->ReadRemoteObject(); in ReadIPCRemoteObject() local
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp140 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); in HWTEST_F() local
172 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_UNREGISTERED_TEST_SERVICE, serverId_); in HWTEST_F() local
193 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); in HWTEST_F() local
260 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
295 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
366 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); HWTEST_F() local
404 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); HWTEST_F() local
450 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); HWTEST_F() local
492 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); HWTEST_F() local
531 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); HWTEST_F() local
572 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
620 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
672 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
728 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
822 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
856 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
921 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
954 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
989 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
1054 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
1089 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
1122 sptr<IRemoteObject> object = new DBinderTestService(); HWTEST_F() local
1159 sptr<IRemoteObject> object = new DBinderTestService(); HWTEST_F() local
1177 GetRemoteObjectAndCheck(sptr<IRemoteObject>& object, sptr<IDBinderTestService>& testService, int serverId) GetRemoteObjectAndCheck() argument
1221 sptr<IRemoteObject> object; HWTEST_F() local
1328 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
1394 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local
1460 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); HWTEST_F() local
1499 sptr<IRemoteObject> object = new DBinderTestService(); HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Dnapi_common.cpp67 SetPropertyBool( napi_env env, napi_value object, const std::string &propertyName, bool property) SetPropertyBool() argument
75 SetPropertyInt32( napi_env env, napi_value object, const std::string &propertyName, int32_t property) SetPropertyInt32() argument
83 SetPropertyInt64( napi_env env, napi_value object, const std::string &propertyName, int64_t property) SetPropertyInt64() argument
91 SetPropertyUint32( napi_env env, napi_value object, const std::string &propertyName, uint32_t property) SetPropertyUint32() argument
99 SetPropertyString( napi_env env, napi_value object, const std::string &propertyName, const std::string &property) SetPropertyString() argument
107 GetPropertyString( napi_env env, napi_value object, const std::string &propertyName, std::string &property) GetPropertyString() argument
119 GetPropertyInt32( napi_env env, napi_value object, const std::string &propertyName, int32_t &property) GetPropertyInt32() argument
127 GetPropertyInt64( napi_env env, napi_value object, const std::string &propertyName, int64_t &property) GetPropertyInt64() argument
165 GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) GetNamedProperty() argument
346 HasNamedTypeProperty( napi_env env, napi_value object, napi_valuetype type, const std::string &propertyName) HasNamedTypeProperty() argument
359 HasNamedProperty(napi_env env, napi_value object, const std::string &propertyName) HasNamedProperty() argument
366 MatchObjectProperty( napi_env env, napi_value object, std::initializer_list<std::pair<std::string, napi_valuetype>> pairList) MatchObjectProperty() argument
392 napi_value object = nullptr; CreateObject() local
[all...]
/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_ipc_skeleton.cpp39 sptr<IRemoteObject> object = IPCSkeleton::GetContextObject(); in NAPI_IPCSkeleton_getContextObject() local
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp296 int TestService::TestRegisterRemoteStub(const char *descriptor, const sptr<IRemoteObject> object) in TestRegisterRemoteStub() argument
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H A Dvpn_config_utils.cpp397 bool GetStringFromJsMandatoryItem(napi_env env, napi_value object, const std::string &key, std::string &value) in GetStringFromJsMandatoryItem() argument
407 void GetStringFromJsOptionItem(napi_env env, napi_value object, const std::string &key, std::string &value) in GetStringFromJsOptionItem() argument
418 void GetUint8FromJsOptionItem(napi_env env, napi_value object, const std::string &key, uint8_t &value) in GetUint8FromJsOptionItem() argument
429 GetBoolFromJsOptionItem(napi_env env, napi_value object, const std::string &key, bool &value) GetBoolFromJsOptionItem() argument
440 GetInt32FromJsOptionItem(napi_env env, napi_value object, const std::string &key, int32_t &value) GetInt32FromJsOptionItem() argument
[all...]
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/context/
H A Dsetup_context.cpp75 bool GetStringFromJsMandatoryItem(napi_env env, napi_value object, const std::string &key, std::string &value) in GetStringFromJsMandatoryItem() argument
85 void GetStringFromJsOptionItem(napi_env env, napi_value object, const std::string &key, std::string &value) in GetStringFromJsOptionItem() argument
97 void GetUint8FromJsOptionItem(napi_env env, napi_value object, const std::string &key, uint8_t &value) in GetUint8FromJsOptionItem() argument
109 GetBoolFromJsOptionItem(napi_env env, napi_value object, const std::string &key, bool &value) GetBoolFromJsOptionItem() argument
[all...]
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/context/
H A Dsetup_context_ext.cpp72 bool GetStringFromJsMandatoryItem(napi_env env, napi_value object, const std::string &key, std::string &value) in GetStringFromJsMandatoryItem() argument
82 void GetStringFromJsOptionItem(napi_env env, napi_value object, const std::string &key, std::string &value) in GetStringFromJsOptionItem() argument
94 void GetUint8FromJsOptionItem(napi_env env, napi_value object, const std::string &key, uint8_t &value) in GetUint8FromJsOptionItem() argument
106 GetBoolFromJsOptionItem(napi_env env, napi_value object, const std::string &key, bool &value) GetBoolFromJsOptionItem() argument
[all...]
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp380 auto object = samgrProxy->CheckSystemAbility(DISTRIBUTED_DEVICE_PROFILE_SA_ID); in GetDeviceProfileService() local
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_utils.cpp60 napi_value JsObjectToString(const napi_env& env, const napi_value& object, in JsObjectToString() argument
105 napi_value JsObjectToInt(const napi_env& env, const napi_value& object, const char* fieldStr, int& fieldRef) in JsObjectToInt() argument
123 napi_value JsObjectToUint(const napi_env& env, const napi_value& object, const char* fieldStr, uint32_t& fieldRef) in JsObjectToUint() argument
141 JsObjectToBool(const napi_env& env, const napi_value& object, const char* fieldStr, bool& fieldRef) JsObjectToBool() argument
159 JsObjectToU8Vector(const napi_env& env, const napi_value& object, const char* fieldStr) JsObjectToU8Vector() argument
[all...]
/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/
H A Dnet_firewall_param_check.cpp32 int32_t NetFirewallParamCheck::CheckFirewallRulePolicy(napi_env env, napi_value object) in CheckFirewallRulePolicy() argument
79 CheckFirewallDns(napi_env env, napi_value object) CheckFirewallDns() argument
118 CheckFirewallAction(napi_env env, napi_value object) CheckFirewallAction() argument
129 CheckFirewallDirection(napi_env env, napi_value object) CheckFirewallDirection() argument
277 CheckIpList(napi_env env, napi_value object) CheckIpList() argument
324 CheckPortList(napi_env env, napi_value object) CheckPortList() argument
366 CheckDomainList(napi_env env, napi_value object) CheckDomainList() argument
411 CheckUpdateFirewallRule(napi_env env, napi_value object) CheckUpdateFirewallRule() argument
429 CheckAddFirewallRule(napi_env env, napi_value object) CheckAddFirewallRule() argument
434 CheckFirewallRule(napi_env env, napi_value object) CheckFirewallRule() argument
483 CheckRuleObjectParams(napi_env env, napi_value object, const NetFirewallRuleType &type) CheckRuleObjectParams() argument
514 CheckRuleObjectParamValue(napi_env env, napi_value object, const std::string &propertyName) CheckRuleObjectParamValue() argument
540 CheckRuleName(napi_env env, napi_value object) CheckRuleName() argument
572 CheckRuleNumberParam(napi_env env, napi_value object, const std::string &propertyName) CheckRuleNumberParam() argument
[all...]
/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp982 EXPECT_EQ(static_cast<Object>(res), object); in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store_helper.cpp267 int ParseContext(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) in ParseContext() argument
276 int ParseDatabaseName(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) in ParseDatabaseName() argument
294 int ParseIsEncrypt(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) in ParseIsEncrypt() argument
333 int ParseSecurityLevel(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) in ParseSecurityLevel() argument
365 ParseStoreConfig(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) ParseStoreConfig() argument
374 ParseStoreConfigV9(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) ParseStoreConfigV9() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_result_set.cpp155 ValueObject object; in GetBlob() local
173 ValueObject object; in GetString() local
201 ValueObject object; in GetLong() local
218 ValueObject object; GetDouble() local
[all...]
H A Drdb_service_proxy.cpp53 RdbServiceProxy::RdbServiceProxy(const sptr<IRemoteObject> &object) in RdbServiceProxy() argument
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_multi_type_unified_data_delay_test.cpp97 Object object; in InitPixelMapUds() local
H A Dconvert_utils_test.cpp143 Object object; in AddPixelMapUdsEntry() local
259 auto object = std::get_if<std::shared_ptr<Object>>(&decodeValue); in CheckPlainUds() local
275 auto object = std::get_if<std::shared_ptr<Object>>(&decodeValue); in CheckFileUriUds() local
291 auto object = std::get_if<std::shared_ptr<Object>>(&decodeValue); CheckHtmlUds() local
307 auto object = std::get_if<std::shared_ptr<Object>>(&decodeValue); CheckPixelMapUds() local
327 auto object = std::get_if<std::shared_ptr<Object>>(&decodeValue); CheckLinkUds() local
343 auto object = std::get_if<std::vector<uint8_t>>(&decodeValue); CheckCustomEntry() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_result_set.cpp586 ValueObject object; in GetValue() local
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_data_utils.cpp418 napi_status NapiDataUtils::GetValue(napi_env env, napi_value in, std::shared_ptr<Object> &object) in GetValue() argument
480 SetValue(napi_env env, const std::shared_ptr<Object> &object, napi_value &out) SetValue() argument
[all...]
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_client.cpp771 auto object = samgr->CheckSystemAbility(DISTRIBUTED_HARDWARE_INPUT_SINK_SA_ID, networkId); in GetRemoteDInput() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp19 void BindNativeFunction(napi_env env, napi_value object, const char* name, const char* moduleName, napi_callback func) in BindNativeFunction() argument

Completed in 23 milliseconds

1...<<41424344454647484950>>...80