Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 226) sorted by relevance

12345678910

/base/telephony/cellular_call/services/connection/src/
Dcellular_call_connection_cs.cpp34 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in DialRequest() local
57 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in HangUpRequest() local
78 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in AnswerRequest() local
99 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in RejectRequest() local
117 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in HoldRequest() local
133 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in UnHoldCallRequest() local
149 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SwitchCallRequest() local
165 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in CombineConferenceRequest() local
181 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SeparateConferenceRequest() local
197 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in CallSupplementRequest() local
[all …]
Dconfig_request.cpp37 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SetDomainPreferenceModeRequest() local
59 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in GetDomainPreferenceModeRequest() local
80 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SetVoNRSwitchStatusRequest() local
162 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SetMuteRequest() local
183 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in GetMuteRequest() local
194 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in GetEmergencyCallListRequest() local
206 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SetEmergencyCallListRequest() local
/base/security/device_security_level/baselib/utils/src/
Dutils_json.c38 void DslmDestroyJson(DslmJsonHandle handle) in DslmDestroyJson()
45 int32_t DslmGetJsonFieldInt(DslmJsonHandle handle, const char *field) in DslmGetJsonFieldInt()
73 uint32_t DslmGetJsonFieldIntArray(DslmJsonHandle handle, const char *field, int32_t *array, int32_t… in DslmGetJsonFieldIntArray()
103 void DslmAddFieldBoolToJson(DslmJsonHandle handle, const char *field, bool value) in DslmAddFieldBoolToJson()
111 const char *DslmGetJsonFieldString(DslmJsonHandle handle, const char *field) in DslmGetJsonFieldString()
135 DslmJsonHandle DslmGetJsonFieldJson(DslmJsonHandle handle, const char *field) in DslmGetJsonFieldJson()
140 DslmJsonHandle DslmGetJsonFieldJsonArray(DslmJsonHandle handle, uint32_t num) in DslmGetJsonFieldJsonArray()
145 int32_t DslmGetJsonFieldJsonArraySize(DslmJsonHandle handle) in DslmGetJsonFieldJsonArraySize()
150 void DslmAddFieldIntToJson(DslmJsonHandle handle, const char *field, int32_t value) in DslmAddFieldIntToJson()
158 void DslmAddFieldIntArrayToJson(DslmJsonHandle handle, const char *field, const int32_t *array, int… in DslmAddFieldIntArrayToJson()
[all …]
Dutils_timer.c23 timerHandle_t handle = NULL; in DslmUtilsStartPeriodicTimerTask() local
30 timerHandle_t handle = NULL; in DslmUtilsStartOnceTimerTask() local
35 void DslmUtilsStopTimerTask(TimerHandle handle) in DslmUtilsStopTimerTask()
/base/security/selinux_adapter/test/unittest/parameter_static/
Dunit_test.cpp92 HashTab *handle = nullptr; variable
105 HashTab *handle = nullptr; variable
118 HashTab *handle = nullptr; variable
152 HashTab *handle = nullptr; variable
166 HashTab *handle = nullptr; variable
184 HashTab *handle = nullptr; variable
/base/startup/init/services/begetctl/shell/
Dshell_bas.c22 char *BShellEnvErrString(BShellHandle handle, int32_t err) in BShellEnvErrString()
48 static void BShellCmdOutputCmdHelp(BShellHandle handle, BShellCommand *cmd) in BShellCmdOutputCmdHelp()
62 int32_t BShellCmdHelp(BShellHandle handle, int32_t argc, char *argv[]) in BShellCmdHelp()
90 static int32_t BShellCmdExit(BShellHandle handle, int32_t argc, char *argv[]) in BShellCmdExit()
98 int32_t BShellEnvOutput(BShellHandle handle, char *fmt, ...) in BShellEnvOutput()
109 int32_t BShellEnvOutputString(BShellHandle handle, const char *string) in BShellEnvOutputString()
117 int32_t BShellEnvOutputPrompt(BShellHandle handle, const char *prompt) in BShellEnvOutputPrompt()
139 void BShellEnvOutputByte(BShellHandle handle, char data) in BShellEnvOutputByte()
146 void BShellEnvOutputResult(BShellHandle handle, int32_t result) in BShellEnvOutputResult()
155 static void BShellEnvOutputParam(BShellHandle handle, char *var) in BShellEnvOutputParam()
[all …]
/base/security/certificate_manager/test/unittest/src/
Dcm_init_test.cpp87 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; variable
105 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; variable
123 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; variable
141 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; variable
159 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; variable
177 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; variable
195 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; variable
213 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; variable
229 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; variable
245 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; variable
[all …]
Dcm_abort_test.cpp61 struct CmBlob *handle = nullptr; variable
75 struct CmBlob handle = { 0, (uint8_t *)&handleValue }; variable
88 struct CmBlob handle = { sizeof(uint64_t), nullptr }; variable
102 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; variable
123 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; variable
145 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; variable
Dcm_update_test.cpp69 struct CmBlob *handle = nullptr; variable
82 struct CmBlob handle = { 0, (uint8_t *)g_handleBuf }; variable
95 struct CmBlob handle = { DEFAULT_HANDLE_SIZE, nullptr }; variable
/base/security/device_auth/services/frameworks/src/plugin_adapter/
Ddynamic_plugin_adapter.c42 static const ExtPartProxy *GetPluginFuncFromLib(void *handle) in GetPluginFuncFromLib()
65 static const CredPlugin *GetCredPluginFromLib(void *handle) in GetCredPluginFromLib()
75 static const AuthModuleBase *GetAuthModulePluginFromLib(void *handle) in GetAuthModulePluginFromLib()
86 static int32_t LoadDynamicPlugin(void *handle) in LoadDynamicPlugin()
116 static void UnloadDynamicPlugin(void *handle) in UnloadDynamicPlugin()
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
Dkey_agreement_client.c28 void init_client(struct key_agreement_client *handle, struct client_virtual_func_group *funcs) in init_client()
36 int32_t send_start_request(void *handle, void *send_data) in send_start_request()
61 int32_t send_end_request(void *handle, void *receive_data, void *send_data) in send_end_request()
94 int32_t receive_end_response(void *handle, void *receive_data) in receive_end_response()
120 static bool is_state_error(struct key_agreement_client *handle, enum protocol_action action) in is_state_error()
Dsts_client.c58 void destroy_sts_client(struct sts_client *handle) in destroy_sts_client()
71 static int32_t build_start_request_data(void *handle, void *data) in build_start_request_data()
111 static int32_t parse_start_response_data(void *handle, void *data) in parse_start_response_data()
142 static int32_t generate_sign_message(void *handle, struct uint8_buff *message) in generate_sign_message()
172 static int32_t verify_response_data(void *handle, const struct uint8_buff *message, struct signatur… in verify_response_data()
212 static int32_t generate_sts_request_sign(void *handle, struct signature *signature) in generate_sts_request_sign()
274 static int32_t init_signature(void *handle, struct signature *signature) in init_signature()
315 static int32_t verify_data(void *handle) in verify_data()
339 static int32_t build_end_request_data(void *handle, void *data) in build_end_request_data()
388 static int32_t parse_end_response_data(void *handle, void *data) in parse_end_response_data()
[all …]
Dkey_agreement.c29 void init_protocol(struct key_agreement_protocol *handle) in init_protocol()
38 void set_state(struct key_agreement_protocol *handle, enum protocol_state new_state) in set_state()
59 void set_last_time_sec(struct key_agreement_protocol *handle) in set_last_time_sec()
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
Djs_cooperate_manager.cpp29 napi_value JsCooperateManager::Enable(napi_env env, bool enable, napi_value handle) in Enable()
50 int32_t startDeviceId, napi_value handle) in Start()
65 napi_value JsCooperateManager::Stop(napi_env env, napi_value handle) in Stop()
81 … JsCooperateManager::GetState(napi_env env, const std::string &deviceDescriptor, napi_value handle) in GetState()
96 void JsCooperateManager::RegisterListener(napi_env env, const std::string &type, napi_value handle) in RegisterListener()
102 …id JsCooperateManager::UnregisterListener(napi_env env, const std::string &type, napi_value handle) in UnregisterListener()
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
Djs_coordination_manager.cpp29 napi_value JsCoordinationManager::Prepare(napi_env env, bool isCompatible, napi_value handle) in Prepare()
44 napi_value JsCoordinationManager::Unprepare(napi_env env, bool isCompatible, napi_value handle) in Unprepare()
60 int32_t startDeviceId, bool isCompatible, napi_value handle) in Activate()
77 bool isUnchained, bool isCompatible, napi_value handle) in Deactivate()
93 const std::string &networkId, bool isCompatible, napi_value handle) in GetCrossingSwitchState()
108 …d JsCoordinationManager::RegisterListener(napi_env env, const std::string &type, napi_value handle) in RegisterListener()
114 …JsCoordinationManager::UnregisterListener(napi_env env, const std::string &type, napi_value handle) in UnregisterListener()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Ddev_auth_dynamic_load.c26 void *DevAuthDlsym(void *handle, const char *funcName) in DevAuthDlsym()
31 void DevAuthDlclose(void *handle) in DevAuthDlclose()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/small/
Ddev_auth_dynamic_load.c26 void *DevAuthDlsym(void *handle, const char *funcName) in DevAuthDlsym()
31 void DevAuthDlclose(void *handle) in DevAuthDlclose()
/base/startup/init/services/begetctl/
Dpartitionslot.cpp45 static int GetSlot(BShellHandle handle, int32_t argc, char *argv[]) in GetSlot()
62 static int GetSuffix(BShellHandle handle, int32_t argc, char *argv[]) in GetSuffix()
83 static int SetActiveSlot(BShellHandle handle, int32_t argc, char *argv[]) in SetActiveSlot()
103 static int SetUnbootSlot(BShellHandle handle, int32_t argc, char *argv[]) in SetUnbootSlot()
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
Ddistribution.c151 int32_t proc_message(struct hichain *handle, struct header_analysis *nav, in proc_message()
165 int32_t connect_message(struct hichain *handle, struct header_analysis *nav, struct message *send) in connect_message()
253 #define CUT_EMPTY_FUNC(d_name, handle, nav, receive) \ argument
264 static int32_t proc_pake_response_message(struct hichain *handle, struct header_analysis *nav, in proc_pake_response_message()
289 static int32_t proc_exchange_response_message(struct hichain *handle, struct header_analysis *nav, in proc_exchange_response_message()
307 static int32_t proc_sts_response_message(struct hichain *handle, struct header_analysis *nav, in proc_sts_response_message()
331 static int32_t proc_remove_request_message(struct hichain *handle, struct header_analysis *nav, in proc_remove_request_message()
346 static int32_t proc_remove_response_message(struct hichain *handle, struct header_analysis *nav, in proc_remove_response_message()
366 static int32_t proc_inform_message(struct hichain *handle, struct header_analysis *nav, struct mess… in proc_inform_message()
/base/startup/init/services/utils/
Dinit_hashmap.c30 int32_t OH_HashMapCreate(HashMapHandle *handle, const HashInfo *info) in OH_HashMapCreate()
76 int32_t OH_HashMapAdd(HashMapHandle handle, HashNode *node) in OH_HashMapAdd()
97 void OH_HashMapRemove(HashMapHandle handle, const void *key) in OH_HashMapRemove()
123 HashNode *OH_HashMapGet(HashMapHandle handle, const void *key) in OH_HashMapGet()
150 void OH_HashMapDestory(HashMapHandle handle, void *context) in OH_HashMapDestory()
160 HashNode *OH_HashMapFind(HashMapHandle handle, in OH_HashMapFind()
171 void OH_HashMapTraverse(HashMapHandle handle, void (*hashNodeTraverse)(const HashNode *node, const … in OH_HashMapTraverse()
186 int OH_HashMapIsEmpty(HashMapHandle handle) in OH_HashMapIsEmpty()
/base/msdp/device_status/intention/scheduler/plugin_manager/include/
Dplugin_manager.h76 PluginManager::Plugin<IPlugin>::Plugin(IContext *context, void *handle) in Plugin()
109 void *handle = ::dlopen(libPath, RTLD_NOW); in LoadLibrary() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_session_mgr.c35 static void DeleteHuksInitInfo(const struct CmBlob *handle) in DeleteHuksInitInfo()
124 static int32_t ConstructHandle(const struct CmBlob *handle, struct CmSessionNode *node) in ConstructHandle()
139 int32_t CmCreateSession(const struct CmSessionNodeInfo *info, const struct CmBlob *handle, bool abo… in CmCreateSession()
193 …ct CmSessionNode *CmQuerySession(const struct CmSessionNodeInfo *info, const struct CmBlob *handle) in CmQuerySession()
208 void CmDeleteSession(const struct CmBlob *handle) in CmDeleteSession()
/base/startup/init/test/benchmark/
Dparameter_benchmark.cpp136 …CachedHandle handle = CachedParameterCreate(g_localParamTester->names[TestRandom() % g_maxCount], … in BMCachedParameterGet() local
156 static CachedHandle handle = CachedParameterCreate( in BMCachedParameterGetChangedStatic() local
176 …CachedHandle handle = CachedParameterCreate(g_localParamTester->names[TestRandom() % g_maxCount], … in BMCachedParameterGetChangedGlobal() local
196 CachedHandle handle = nullptr; in BMCachedParameterGetChangedGlobal2() local
270 ParamHandle handle = 0; in BMSystemFindParameter() local
288 ParamHandle *handle = new ParamHandle[g_maxCount]; in BMSystemGetParameterValue() local
316 ParamHandle *handle = new ParamHandle[g_maxCount]; in BMSystemGetParameterCommitId() local
/base/hiviewdfx/hiview_lite/
Dhiview_util.c164 int32 handle = hiview_open(path, O_RDWR | O_CREAT, 0); in HIVIEW_FileOpen() local
171 int32 HIVIEW_FileClose(int32 handle) in HIVIEW_FileClose()
179 int32 HIVIEW_FileRead(int32 handle, uint8 *buf, uint32 len) in HIVIEW_FileRead()
187 int32 HIVIEW_FileWrite(int32 handle, const uint8 *buf, uint32 len) in HIVIEW_FileWrite()
195 int32 HIVIEW_FileSeek(int32 handle, int32 offset, int32 whence) in HIVIEW_FileSeek()
203 int32 HIVIEW_FileSize(int32 handle) in HIVIEW_FileSize()
211 int32 HIVIEW_FileSync(int32 handle) in HIVIEW_FileSync()
/base/security/huks/interfaces/kits/liteapi/src/
Dhks_lite_api_abort_session.cpp27 static int32_t HksCallAbortSession(struct HksBlob *handle, struct HksParamSet *paramSet) in HksCallAbortSession()
42 struct HksBlob handle = { 0, nullptr }; in abortSession() local

12345678910