/base/startup/init/interfaces/innerkits/syspara/ |
H A D | parameter.c | 111 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 D | param_comm.c | 97 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 D | param_comm.h | 35 INIT_LOCAL_API const char *GetProperty(const char *key, const char **paramHolder);
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_watch.cpp | 83 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 D | napi_hiappevent_builder.cpp | 99 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 D | napi_hiappevent_processor.cpp | 74 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 D | napi_hiappevent_config.cpp | 46 napi_value value = NapiUtil::GetProperty(env, configObj, key);
in Configure()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_net_proxy_adapter_wrapper.cpp | 55 void ArkNetProxyAdapterWrapper::GetProperty( in GetProperty() function in OHOS::ArkWeb::ArkNetProxyAdapterWrapper 64 ctocpp_->GetProperty(ark_host, port, ark_pacUrl, ark_exclusion); in GetProperty()
|
H A D | ark_net_proxy_adapter_wrapper.h | 35 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 D | ark_net_proxy_adapter_impl.cpp | 45 void ArkNetProxyAdapterImpl::GetProperty( in GetProperty() function in OHOS::ArkWeb::ArkNetProxyAdapterImpl 52 real_.GetProperty(s_host, port, s_pacUrl, s_exclusion); in GetProperty()
|
H A D | ark_net_proxy_adapter_impl.h | 35 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 D | net_proxy_adapter_test.cpp | 225 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 D | net_proxy_adapter.h | 43 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 D | ark_net_proxy_adapter.h | 46 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 D | napi_account_iam_user_auth.h | 32 static napi_value GetProperty(napi_env env, napi_callback_info info);
|
/base/account/os_account/test/fuzztest/iamaccount/getproperty_fuzzer/ |
H A D | getproperty_fuzzer.cpp | 49 AccountIAMClient::GetInstance().GetProperty(userId, request, callback); in GetPropertyFuzzTest()
|
/base/useriam/user_auth_framework/services/core/inc/ |
H A D | resource_node.h | 48 virtual int32_t GetProperty(const Attributes &condition, Attributes &values) = 0;
|
/base/web/webview/ohos_adapter/net_proxy_adapter/include/ |
H A D | net_proxy_adapter_impl.h | 43 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 D | iaccount_iam.h | 49 virtual void GetProperty(
|
/base/account/os_account/services/accountmgr/include/account_iam/ |
H A D | account_iam_service.h | 47 void GetProperty(
|
/base/security/appverify/interfaces/innerkits/appverify/include/interfaces/ |
H A D | hap_verify_result.h | 72 DLL_EXPORT int32_t GetProperty(std::string& property) const;
|
/base/security/appverify/interfaces/innerkits/appverify/src/interfaces/ |
H A D | hap_verify_result.cpp | 78 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 D | hap_verify_result_test.cpp | 78 * @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 D | mock_iall_in_one_executor.h | 47 MOCK_METHOD3(GetProperty,
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/ |
H A D | iauth_executor_hdi.cpp | 66 ResultCode IAuthExecutorHdi::GetProperty(const std::vector<uint64_t> &templateIdList, in GetProperty() function in OHOS::UserIam::UserAuth::IAuthExecutorHdi
|