Home
last modified time | relevance | path

Searched defs:key (Results 526 - 550 of 6109) sorted by relevance

1...<<21222324252627282930>>...245

/base/update/updateservice/services/startup/manage/src/
H A Dschedule_config.cpp52 uint64_t ScheduleConfig::ParseConfig(nlohmann::json &root, const std::string &key, uint64_t defaultValue) in ParseConfig() argument
/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dcallback_manager_impl.cpp43 void CallbackManagerImpl::AddCallback(uintptr_t key, CallbackAction &action) in AddCallback() argument
50 void CallbackManagerImpl::RemoveCallback(uintptr_t key) in RemoveCallback() argument
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_custom_keyboard_handler.h32 virtual void SendFunctionKey(int32_t key) {} in SendFunctionKey() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_iconsumer_surface_adapter_impl.cpp45 int32_t ArkIConsumerSurfaceAdapterImpl::SetUserData(const ArkWebString& key, const ArkWebString& val) in SetUserData() argument
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_resource_node.h67 std::vector<uint8_t> key; in CreateWithExecuteIndex() local
94 std::vector<uint8_t> key; in CreateWithExecuteIndex() local
/base/web/webview/test/unittest/nweb_value_test/
H A Dnweb_value_test.cpp152 std::string key; in HWTEST_F() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/compat/
H A Dhi_drv_compat.c23 hi_s32 klad_load_hard_key(hi_u32 handle, hi_u32 ca_type, const hi_u8 *key, hi_u32 key_len) in klad_load_hard_key() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
H A Dkapi_rsa.c57 hi_s32 kapi_rsa_encrypt(cryp_rsa_key *key, cryp_rsa_crypt_data *rsa) in kapi_rsa_encrypt() argument
73 hi_s32 kapi_rsa_decrypt(cryp_rsa_key *key, cryp_rsa_crypt_data *rsa) in kapi_rsa_decrypt() argument
89 hi_s32 kapi_rsa_sign_hash(cryp_rsa_key *key, cryp_rsa_sign_data *rsa) in kapi_rsa_sign_hash() argument
105 hi_s32 kapi_rsa_verify_hash(cryp_rsa_key *key, cryp_rsa_sign_data *rsa) in kapi_rsa_verify_hash() argument
/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H A Dfb_mem.c66 int FbMemLookup(const char *key, struct fb_mem **result, uint32_t flags) in FbMemLookup() argument
91 int register_driver(const char *key, void *prev) in register_driver() argument
113 int unregister_driver(const char *key) in unregister_driver() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dminiopt.h61 char key[MINIOPT_MAXKEY]; member
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_sub_stub.cpp47 int32_t InterIpcSubStub::SetListenerObject(std::string key, const sptr<IRemoteObject> &object) in SetListenerObject() argument
[all...]
H A Dinter_ipc_proxy.cpp28 int32_t InterIpcProxy::SetListenerObject(std::string key, const sptr<IRemoteObject> &object) in SetListenerObject() argument
47 sptr<IRemoteObject> InterIpcProxy::GetSubSystemAbility(std::string key, std::string className) in GetSubSystemAbility() argument
H A Dinter_ipc_client_stub.cpp32 int32_t InterIpcClientStub::SetListenerObject(std::string key, const sptr<IRemoteObject> &object) in SetListenerObject() argument
H A Dinter_ipc_death_recipient.h42 explicit InterIpcDeathRecipient(std::string key) : key_(key) in InterIpcDeathRecipient() argument
/foundation/ability/form_fwk/services/config/
H A Dform_resource_param.cpp43 std::string FormResourceParam::GetSystemParam(const std::string &key) in GetSystemParam() argument
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_want.cpp53 bool Want::GetBoolParam(const std::string &key, bool defaultValue) const in GetBoolParam() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dswitch_status_dependency_test.cpp73 std::string key = ""; in HWTEST_F() local
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dapplication_util.h33 [[maybe_unused]] static void AppFwkBootEventCallback(const char *key, const char *value, void *context) in AppFwkBootEventCallback() argument
/foundation/ability/ability_runtime/test/unittest/photo_editor_extension_test/
H A Dphoto_editor_extension_module_loader_test.cpp82 std::string key = "type"; in HWTEST_F() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dchild_process_args.cpp40 std::string key = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() local
106 bool ChildProcessArgs::CheckFdKeyLength(const std::string &key) in CheckFdKeyLength() argument
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Djs_mission_info_utils.h37 InnerWrapJsWantParams( napi_env env, napi_value object, const std::string &key, const AAFwk::WantParams &wantParams) InnerWrapJsWantParams() argument
57 InnerWrapWantParamsArray( napi_env env, napi_value object, const std::string &key, sptr<AAFwk::IArray> &ao) InnerWrapWantParamsArray() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_callback_stub.cpp44 uint64_t key = data.ReadUint64(); in OnExecuteDoneInner() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dcaller_call_back_ut_test.cpp125 std::string key = "result"; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/data_ability_observer_proxy_test/
H A Ddata_ability_observer_proxy_test.cpp114 std::string key = "test"; in HWTEST_F() local
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddata_ability_observer_proxy.cpp81 void DataAbilityObserverProxy::OnChangePreferences(const std::string &key) in OnChangePreferences() argument

Completed in 10 milliseconds

1...<<21222324252627282930>>...245