Home
last modified time | relevance | path

Searched refs:GetProperty (Results 1 - 25 of 91) sorted by relevance

1234

/base/startup/init/interfaces/innerkits/syspara/
H A Dparameter.c111 const char *deviceType = GetProperty("const.product.devicetype", &productType); in GetDeviceType()
115 return GetProperty("const.build.characteristics", &productType); in GetDeviceType()
131 return GetProperty("const.product.brand", &productBrand); in GetBrand()
137 return GetProperty("const.product.name", &marketName); in GetMarketName()
143 return GetProperty("const.build.product", &productSeries); in GetProductSeries()
149 return GetProperty("const.software.model", &softwareModel); in GetSoftwareModel()
155 return GetProperty("const.product.hardwareversion", &hardwareModel); in GetHardwareModel()
161 return GetProperty("const.product.hardwareprofile", &hardwareProfile); in GetHardwareProfile()
167 return GetProperty("const.product.cpu.abilist", &productAbiList); in GetAbiList()
173 return GetProperty("cons in GetBootloaderVersion()
[all...]
H A Dparam_comm.c97 INIT_LOCAL_API const char *GetProperty(const char *key, const char **paramHolder) in GetProperty() function
131 return GetProperty("const.product.model", &productModel); in GetProductModel_()
137 return GetProperty("const.product.manufacturer", &productManufacture); in GetManufacture_()
143 return GetProperty("const.ohos.fullname", &fillname); in GetFullName_()
H A Dparam_comm.h35 INIT_LOCAL_API const char *GetProperty(const char *key, const char **paramHolder);
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_watch.cpp83 napi_value propValue = NapiUtil::GetProperty(env, cond, propName); in IsValidCondition()
98 napi_value domain = NapiUtil::GetProperty(env, filter, FILTERS_DOAMIN_PROP); in IsValidFilter()
114 napi_value types = NapiUtil::GetProperty(env, filter, FILTERS_TYPES_PROP); in IsValidFilter()
120 napi_value names = NapiUtil::GetProperty(env, filter, FILTERS_NAMES_PROP); in IsValidFilter()
183 return IsValidName(env, NapiUtil::GetProperty(env, watcher, NAME_PROPERTY), errCode) in IsValidWatcher()
184 && IsValidCondition(env, NapiUtil::GetProperty(env, watcher, COND_PROPERTY), errCode) in IsValidWatcher()
185 && IsValidFilters(env, NapiUtil::GetProperty(env, watcher, FILTERS_PROPERTY), errCode) in IsValidWatcher()
186 && IsValidTrigger(env, NapiUtil::GetProperty(env, watcher, TRIGGER_PROPERTY), errCode) in IsValidWatcher()
187 && IsValidReceive(env, NapiUtil::GetProperty(env, watcher, RECEIVE_PROPERTY), errCode); in IsValidWatcher()
192 if (auto value = NapiUtil::GetProperty(en in GetConditionValue()
[all...]
H A Dnapi_hiappevent_builder.cpp99 return IsValidEventDomain(env, NapiUtil::GetProperty(env, eventInfo, DOMAIN_PROPERTY)) in IsValidEventInfo()
100 && IsValidEventName(env, NapiUtil::GetProperty(env, eventInfo, NAME_PROPERTY)) in IsValidEventInfo()
101 && IsValidEventType(env, NapiUtil::GetProperty(env, eventInfo, TYPE_PROPERTY)) in IsValidEventInfo()
102 && IsValidEventParam(env, NapiUtil::GetProperty(env, eventInfo, PARAM_PROPERTY)); in IsValidEventInfo()
194 napi_value value = NapiUtil::GetProperty(env, paramObj, key); in AddParams2EventPack()
219 std::string domain = NapiUtil::GetString(env, NapiUtil::GetProperty(env, eventInfo, DOMAIN_PROPERTY)); in BuildEventPack()
220 std::string name = NapiUtil::GetString(env, NapiUtil::GetProperty(env, eventInfo, NAME_PROPERTY)); in BuildEventPack()
221 int32_t type = NapiUtil::GetInt32(env, NapiUtil::GetProperty(env, eventInfo, TYPE_PROPERTY)); in BuildEventPack()
223 napi_value param = NapiUtil::GetProperty(env, eventInfo, PARAM_PROPERTY); in BuildEventPack()
H A Dnapi_hiappevent_processor.cpp74 napi_value value = NapiUtil::GetProperty(env, config, key); in GenConfigStrProp()
86 napi_value value = NapiUtil::GetProperty(env, config, key); in GenConfigStrsProp()
98 napi_value value = NapiUtil::GetProperty(env, config, key); in GenConfigBoolProp()
110 napi_value value = NapiUtil::GetProperty(env, config, key); in GenConfigIntProp()
247 napi_value napiArr = NapiUtil::GetProperty(env, config, key); in GenConfigEventConfigsProp()
281 napi_value napiObject = NapiUtil::GetProperty(env, config, key); in GenConfigCustomConfigsProp()
H A Dnapi_hiappevent_config.cpp46 napi_value value = NapiUtil::GetProperty(env, configObj, key); in Configure()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_net_proxy_adapter_wrapper.cpp55 void ArkNetProxyAdapterWrapper::GetProperty( in GetProperty() function in OHOS::ArkWeb::ArkNetProxyAdapterWrapper
64 ctocpp_->GetProperty(ark_host, port, ark_pacUrl, ark_exclusion); in GetProperty()
H A Dark_net_proxy_adapter_wrapper.h35 void GetProperty(std::string& host, uint16_t& port, std::string& pacUrl, std::string& exclusion) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_net_proxy_adapter_impl.cpp45 void ArkNetProxyAdapterImpl::GetProperty( in GetProperty() function in OHOS::ArkWeb::ArkNetProxyAdapterImpl
52 real_.GetProperty(s_host, port, s_pacUrl, s_exclusion); in GetProperty()
H A Dark_net_proxy_adapter_impl.h35 void GetProperty(ArkWebString& host, uint16_t& port, ArkWebString& pacUrl, ArkWebString& exclusion) override;
/base/web/webview/test/unittest/ohos_adapter/net_proxy_adapter_test/
H A Dnet_proxy_adapter_test.cpp225 NetProxyAdapterImpl::GetInstance().GetProperty(host, port, pacUrl, exclusion); in HWTEST_F()
229 NetProxyAdapterImpl::GetInstance().GetProperty(host, port, pacUrl, exclusion); in HWTEST_F()
272 NetProxyAdapterImpl::GetInstance().GetProperty(host, port, pacUrl, exclusion); in HWTEST_F()
274 NetProxyAdapterImpl::GetInstance().GetProperty(host, port, pacUrl, exclusion); in HWTEST_F()
279 NetProxyAdapterImpl::GetInstance().GetProperty(host, port, pacUrl, exclusion); in HWTEST_F()
300 NetProxyAdapterImpl::GetInstance().GetProperty(host, port, pacUrl, exclusion); in HWTEST_F()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dnet_proxy_adapter.h43 virtual void GetProperty(std::string& host, uint16_t& port, std::string& pacUrl, std::string& exclusion) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_net_proxy_adapter.h46 virtual void GetProperty(ArkWebString& host, uint16_t& port, ArkWebString& pacUrl, ArkWebString& exclusion) = 0;
/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_user_auth.h32 static napi_value GetProperty(napi_env env, napi_callback_info info);
/base/account/os_account/test/fuzztest/iamaccount/getproperty_fuzzer/
H A Dgetproperty_fuzzer.cpp49 AccountIAMClient::GetInstance().GetProperty(userId, request, callback); in GetPropertyFuzzTest()
/base/useriam/user_auth_framework/services/core/inc/
H A Dresource_node.h48 virtual int32_t GetProperty(const Attributes &condition, Attributes &values) = 0;
/base/web/webview/ohos_adapter/net_proxy_adapter/include/
H A Dnet_proxy_adapter_impl.h43 void GetProperty(std::string& host, uint16_t& port, std::string& pacUrl, std::string& exclusion) override;
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Diaccount_iam.h49 virtual void GetProperty(
/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_service.h47 void GetProperty(
/base/security/appverify/interfaces/innerkits/appverify/include/interfaces/
H A Dhap_verify_result.h72 DLL_EXPORT int32_t GetProperty(std::string& property) const;
/base/security/appverify/interfaces/innerkits/appverify/src/interfaces/
H A Dhap_verify_result.cpp78 int32_t HapVerifyResult::GetProperty(std::string& property) const in GetProperty() function in OHOS::Security::Verify::HapVerifyResult
/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_verify_result_test.cpp78 * @tc.name: Test SetOptionalBlocks and GetProfile GetProperty function
103 * @tc.steps: step3. GetProperty. in HWTEST_F()
107 ASSERT_TRUE(hapVerifyResult.GetProperty(getProperty) == GET_SUCCESS); in HWTEST_F()
/base/useriam/fingerprint_auth/test/unittest/mock/
H A Dmock_iall_in_one_executor.h47 MOCK_METHOD3(GetProperty,
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Diauth_executor_hdi.cpp66 ResultCode IAuthExecutorHdi::GetProperty(const std::vector<uint64_t> &templateIdList, in GetProperty() function in OHOS::UserIam::UserAuth::IAuthExecutorHdi

Completed in 16 milliseconds

1234