Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 82) sorted by relevance

1234

/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
Ddlp_file_manager_test.cpp385 DlpProperty property; variable
422 DlpProperty property; variable
445 DlpProperty property; variable
475 DlpProperty property; variable
499 DlpProperty property; variable
527 DlpProperty property; variable
547 DlpProperty property; variable
567 DlpProperty property; variable
/base/inputmethod/imf/services/src/
Dinput_method_info.cpp29 InputMethodInfo::InputMethodInfo(const InputMethodInfo &property) in InputMethodInfo()
43 InputMethodInfo &InputMethodInfo::operator=(const InputMethodInfo &property) in operator =()
/base/hiviewdfx/hitrace/cmd/src/
Dhitrace_osal.cpp26 bool SetPropertyInner(const std::string& property, const std::string& value) in SetPropertyInner()
35 std::string GetPropertyInner(const std::string& property, const std::string& value) in GetPropertyInner()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_switch_test.cpp69 void OnImeChange(const Property &property, const SubProperty &subProperty) in OnImeChange()
112 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); in CheckCurrentProp() local
300 for (const auto &property : properties) { variable
363 Property property = { .name = newImeBundleName }; variable
384 Property property = { .name = bundleName }; variable
405 std::shared_ptr<Property> property = std::make_shared<Property>(); variable
Dpermission_verification_exception_test.cpp64 auto property = InputMethodController::GetInstance()->GetCurrentInputMethod(); in SetUpTestCase() local
124 auto property = PermissionVerificationExceptionTest::imc_->GetCurrentInputMethod(); variable
DnewIme_switch_test.cpp66 void OnImeChange(const Property &property, const SubProperty &subProperty) in OnImeChange()
108 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); in CheckCurrentProp() local
/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
Dnapi_cert_utils.h31 napi_value property = nullptr; in CertAddUint32Property() local
/base/account/os_account/interfaces/kits/napi/common/src/
Dnapi_account_common.cpp112 bool GetIntProperty(napi_env env, napi_value obj, int32_t &property) in GetIntProperty()
124 bool GetLongIntProperty(napi_env env, napi_value obj, int64_t &property) in GetLongIntProperty()
136 bool GetBoolProperty(napi_env env, napi_value obj, bool &property) in GetBoolProperty()
147 bool GetStringProperty(napi_env env, napi_value obj, std::string &property) in GetStringProperty()
163 bool GetStringArrayProperty(napi_env env, napi_value obj, std::vector<std::string> &property, bool … in GetStringArrayProperty()
188 bool GetCallbackProperty(napi_env env, napi_value obj, napi_ref &property, int argNum) in GetCallbackProperty()
199 …PropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, std::string &property) in GetStringPropertyByKey()
207 bool GetOptionalStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, in GetOptionalStringPropertyByKey()
/base/inputmethod/imf/frameworks/js/napi/common/
Djs_util.h82 …static bool WriteProperty(napi_env env, napi_value object, const std::string &property, const T &v… in WriteProperty()
87 … static bool ReadProperty(napi_env env, napi_value object, const std::string &property, T &value) in ReadProperty()
/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
Dnapi_utils.h45 napi_value property = nullptr; in AddUint32Property() local
/base/inputmethod/imf/test/common/src/
Dinput_method_engine_listener_impl.cpp47 void InputMethodEngineListenerImpl::OnSetSubtype(const SubProperty &property) in OnSetSubtype()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_client_stub.cpp95 Property property; in OnSwitchInputOnRemote() local
173 int32_t InputClientStub::OnSwitchInput(const Property &property, const SubProperty &subProperty) in OnSwitchInput()
Dinput_client_proxy.cpp41 int32_t InputClientProxy::OnSwitchInput(const Property &property, const SubProperty &subProperty) in OnSwitchInput()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_core_stub.cpp162 SubProperty property; in SetSubtypeOnRemote() local
186 int32_t InputMethodCoreStub::SetSubtype(const SubProperty &property) in SetSubtype()
/base/customization/enterprise_device_management/interfaces/kits/device_control/src/
Ddevice_control_addon.cpp23 napi_property_descriptor property[] = { in Init() local
/base/security/certificate_manager/interfaces/kits/napi/src/
Dcm_napi.cpp36 napi_value property = nullptr; in AddInt32Property() local
/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
Daccount_manager_addon.cpp22 napi_property_descriptor property[] = { in Init() local
/base/useriam/pin_auth/test/unittest/src/
Dpin_auth_executor_hdi_unit_test.cpp422 UserAuth::Property property = {}; variable
434 UserAuth::Property property = {}; variable
446 const std::vector<GetPropertyType> &propertyTypes, Property &property) { in __anon7bdcd3fc0d02()
455 UserAuth::Property property = {}; variable
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp31 void OnImeChange(const Property &property, const SubProperty &subProperty) {} in OnImeChange()
47 Property property; in TestListInputMethodSubtype() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_setting.h32 Property property; member
125 Property property; member
/base/useriam/user_auth_framework/test/unittest/executors/
Dexecutor_unit_test.cpp883 const std::vector<Attributes::AttributeKey> &keys, Property &property) { in __anond2d9aeb01802()
1063 const std::vector<Attributes::AttributeKey> &keys, Property &property) { in __anond2d9aeb01902()
1111 auto property = MakeShared<Attributes>(); variable
1130 auto property = MakeShared<Attributes>(); variable
1151 auto property = MakeShared<Attributes>(); variable
1181 auto property = MakeShared<Attributes>(); variable
1225 auto property = MakeShared<Attributes>(); variable
1258 auto property = MakeShared<Attributes>(); variable
1289 auto property = MakeShared<Attributes>(); variable
1319 auto property = MakeShared<Attributes>(); variable
[all …]
/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
Dperusersession_fuzzer.cpp76 Property property; in FuzzPerUserSession() local
/base/inputmethod/imf/test/fuzztest/inputclientstub_fuzzer/
Dinputclientstub_fuzzer.cpp74 Property property = {}; in TestOnSwitchInput() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dpublish.cpp170 bool CheckProperty(const napi_env &env, const napi_value &content, const std::string &property) in CheckProperty()
184 … const napi_env &env, const napi_value &content, const std::string &property, std::string &result) in GetStringProperty()
210 const napi_env &env, const napi_value &content, const std::string &property, napi_value &result) in GetObjectProperty()
/base/customization/enterprise_device_management/interfaces/kits/usb_manager/src/
Dusb_manager_addon.cpp27 napi_property_descriptor property[] = { in Init() local

1234