/base/inputmethod/imf/frameworks/cj/src/ |
H A D | utils.cpp | 31 void Utils::InputMethodProperty2C(CInputMethodProperty &props, const Property &property) in InputMethodProperty2C() argument 43 Property property; in C2InputMethodProperty() local 53 InputMethodSubProperty2C(CInputMethodSubtype &props, const SubProperty &property) InputMethodSubProperty2C() argument [all...] |
H A D | setting_listeners.cpp | 68 void CJGetInputMethodSetting::OnImeChange(const Property &property, const SubProperty &subProperty) in OnImeChange() argument
|
/base/security/certificate_framework/frameworks/js/napi/certificate/inc/ |
H A D | napi_cert_utils.h | 36 napi_value property = nullptr;
in CertAddUint32Property() local
|
/base/hiviewdfx/hitrace/cmd/src/ |
H A D | hitrace_osal.cpp | 27 bool SetPropertyInner(const std::string& property, const std::string& value) in SetPropertyInner() argument 36 std::string GetPropertyInner(const std::string& property, const std::string& value) in GetPropertyInner() argument
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_client_proxy.cpp | 41 int32_t InputClientProxy::OnSwitchInput(const Property &property, const SubProperty &subProperty) in OnSwitchInput() argument
|
H A D | input_client_stub.cpp | 89 Property property; in OnSwitchInputOnRemote() local 129 int32_t InputClientStub::OnSwitchInput(const Property &property, const SubProperty &subProperty) in OnSwitchInput() argument
|
H A D | ime_event_monitor_manager_impl.cpp | 104 int32_t ImeEventMonitorManagerImpl::OnImeChange(const Property &property, const SubProperty &subProperty) in OnImeChange() argument
|
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
H A D | ime_event_listener.h | 30 virtual void OnImeChange(const Property &property, const SubProperty &subProperty){}; in OnImeChange() argument
|
/base/security/crypto_framework/frameworks/js/napi/crypto/inc/ |
H A D | napi_utils.h | 48 napi_value property = nullptr; in AddUint32Property() local
|
/base/security/huks/interfaces/kits/napi/src/v12/ |
H A D | huks_napi_attest_key_item_as_user.cpp | 59 napi_value property = GetPropertyFromOptions(env, argv[index], HKS_OPTIONS_PROPERTY_PROPERTIES); in AttestKeyAsUserParseParams() local
|
/base/startup/appspawn/modules/common/ |
H A D | appspawn_begetctl.c | 68 APPSPAWN_STATIC int RunBegetctlBootApp(AppSpawnMgr *content, AppSpawningCtx *property) in RunBegetctlBootApp() argument
|
/base/startup/appspawn/test/moduletest/plugin-sample/ |
H A D | appspawn_plugin_sample.c | 45 static int TestPluginPreFork(AppSpawnMgr *content, AppSpawningCtx *property) in TestPluginPreFork() argument 51 static int TestPluginPreReply(AppSpawnMgr *content, AppSpawningCtx *property) in TestPluginPreReply() argument 57 static int TestPluginPostReply(AppSpawnMgr *content, AppSpawningCtx *property) in TestPluginPostReply() argument 63 static int ChildPreColdBoot(AppSpawnMgr *content, AppSpawningCtx *property) in ChildPreColdBoot() argument 68 static int ChildExecute(AppSpawnMgr *content, AppSpawningCtx *property) in ChildExecute() argument 73 ChildPreRely(AppSpawnMgr *content, AppSpawningCtx *property) ChildPreRely() argument 78 ChildPostRely(AppSpawnMgr *content, AppSpawningCtx *property) ChildPostRely() argument 83 ChildPreRun(AppSpawnMgr *content, AppSpawningCtx *property) ChildPreRun() argument [all...] |
/base/inputmethod/imf/test/common/src/ |
H A D | ime_setting_listener_test_impl.cpp | 74 void ImeSettingListenerTestImpl::OnImeChange(const Property &property, const SubProperty &subProperty) in OnImeChange() argument
|
/base/security/certificate_manager/interfaces/kits/napi/src/dialog/ |
H A D | cm_napi_dialog.cpp | 26 napi_value property = nullptr; in AddInt32Property() local
|
/base/security/huks/interfaces/kits/napi/src/v9/ |
H A D | huks_napi_abort_session.cpp | 70 napi_value property = GetPropertyFromOptions(env, argv[index], HKS_OPTIONS_PROPERTY_PROPERTIES); in ParseAbortParams() local
|
/base/startup/appspawn/modules/native_adapter/ |
H A D | native_adapter.cpp | 81 static int RunChildThread(const AppSpawnMgr *content, const AppSpawningCtx *property) in RunChildThread() argument 104 AppSpawningCtx *property = reinterpret_cast<AppSpawningCtx *>(client); in RunChildProcessor() local
|
/base/useriam/face_auth/test/unittest/ |
H A D | face_auth_all_in_one_executor_hdi_unit_test.cpp | 523 UserAuth::Property property = {}; in HWTEST_F() local 536 UserAuth::Property property = {}; in HWTEST_F() local 557 UserAuth::Property property = {}; in HWTEST_F() local
|
/base/useriam/pin_auth/test/unittest/src/ |
H A D | pin_auth_all_in_one_hdi_unit_test.cpp | 438 UserAuth::Property property = {}; in HWTEST_F() local 450 UserAuth::Property property = {}; in HWTEST_F() local 471 UserAuth::Property property = {}; in HWTEST_F() local 484 UserAuth::Property property = {}; in HWTEST_F() local
|
/base/useriam/fingerprint_auth/test/unittest/ |
H A D | fingerprint_auth_all_in_one_executor_hdi_unit_test.cpp | 525 UserAuth::Property property = {}; in HWTEST_F() local 538 UserAuth::Property property = {}; in HWTEST_F() local 559 UserAuth::Property property = {}; in HWTEST_F() local
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | newIme_switch_test.cpp | 96 std::shared_ptr<Property> property = imc_->GetCurrentInputMethod(); in CheckCurrentProp() local
|
H A D | itypes_util_test.cpp | 62 void OnSetSubtype(const SubProperty &property) in OnSetSubtype() argument
|
/base/inputmethod/imf/frameworks/js/napi/common/ |
H A D | js_util.h | 85 static bool WriteProperty(napi_env env, napi_value object, const std::string &property, const T &value)
in WriteProperty() argument 90 static bool ReadProperty(napi_env env, napi_value object, const std::string &property, T &value)
in ReadProperty() argument
|
/base/inputmethod/imf/test/fuzztest/inputclientstub_fuzzer/ |
H A D | inputclientstub_fuzzer.cpp | 71 Property property = {}; in TestOnSwitchInput() local
|
/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/ |
H A D | perusersession_fuzzer.cpp | 76 Property property; in FuzzPerUserSession() local
|
/base/customization/config_policy/interfaces/kits/js/src/ |
H A D | custom_config_napi.cpp | 38 napi_property_descriptor property[] = { in Init() local
|