Home
last modified time | relevance | path

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

123456789

/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
98 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in RejectRequest() local
116 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in HoldRequest() local
132 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in UnHoldCallRequest() local
148 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SwitchCallRequest() local
164 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in CombineConferenceRequest() local
180 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SeparateConferenceRequest() local
196 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
222 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SetMuteRequest() local
243 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in GetMuteRequest() local
254 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in GetEmergencyCallListRequest() local
266 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SetEmergencyCallListRequest() local
/base/security/device_security_level/baselib/utils/src/
Dutils_json.c38 void DestroyJson(JsonHandle handle) in DestroyJson()
45 int32_t GetJsonFieldInt(JsonHandle handle, const char *field) in GetJsonFieldInt()
73 uint32_t GetJsonFieldIntArray(JsonHandle handle, const char *field, int32_t *array, int32_t arrayLe… in GetJsonFieldIntArray()
103 void AddFieldBoolToJson(JsonHandle handle, const char *field, bool value) in AddFieldBoolToJson()
111 const char *GetJsonFieldString(JsonHandle handle, const char *field) in GetJsonFieldString()
135 JsonHandle GetJsonFieldJson(JsonHandle handle, const char *field) in GetJsonFieldJson()
140 JsonHandle GetJsonFieldJsonArray(JsonHandle handle, uint32_t num) in GetJsonFieldJsonArray()
145 int32_t GetJsonFieldJsonArraySize(JsonHandle handle) in GetJsonFieldJsonArraySize()
150 void AddFieldIntToJson(JsonHandle handle, const char *field, int32_t value) in AddFieldIntToJson()
158 void AddFieldIntArrayToJson(JsonHandle handle, const char *field, const int32_t *array, int32_t arr… in AddFieldIntArrayToJson()
[all …]
Dutils_timer.c23 timerHandle_t handle = NULL; in UtilsStartPeriodicTimerTask() local
30 timerHandle_t handle = NULL; in UtilsStartOnceTimerTask() local
35 void UtilsStopTimerTask(TimerHandle handle) in UtilsStopTimerTask()
/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()
Dkey_agreement_server.c29 void init_server(struct key_agreement_server *handle, const struct server_virtual_func_group *funcs) in init_server()
37 int32_t send_start_response(void *handle, void *receive_data, void *send_data) in send_start_response()
69 int32_t send_end_response(void *handle, void *receive_data, void *send_data) in send_end_response()
102 static bool is_state_error(struct key_agreement_server *handle, enum protocol_action action) in is_state_error()
Dsts_server.c64 void destroy_sts_server(struct sts_server *handle) in destroy_sts_server()
77 int32_t send_sts_start_response(struct sts_server *handle, struct message *receive, struct message … in send_sts_start_response()
120 int32_t send_sts_end_response(struct sts_server *handle, struct message *receive, struct message *s… in send_sts_end_response()
163 static int32_t parse_start_request_data(void *handle, void *receive_data) in parse_start_request_data()
220 static int32_t generate_sts_response_sign(void *handle, struct signature *signature) in generate_sts_response_sign()
288 static int32_t build_start_response_data(void *handle, void *send_data) in build_start_response_data()
344 static int32_t generate_sign_message(void *handle, struct uint8_buff *message) in generate_sign_message()
373 static int32_t verify_request_data(void *handle, const struct uint8_buff *message, struct signature… in verify_request_data()
427 static int32_t decrypt_request_message(void *handle, struct sts_end_request_data *request_data, in decrypt_request_message()
452 static int32_t parse_end_request_data(void *handle, void *receive_data) in parse_end_request_data()
[all …]
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 …]
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
Djs_coordination_manager.cpp30 napi_value JsCoordinationManager::Prepare(napi_env env, napi_value handle) in Prepare()
45 napi_value JsCoordinationManager::Unprepare(napi_env env, napi_value handle) in Unprepare()
61 int32_t startDeviceId, napi_value handle) in Activate()
76 napi_value JsCoordinationManager::Deactivate(napi_env env, bool isUnchained, napi_value handle) in Deactivate()
91 …ationManager::GetCrossingSwitchState(napi_env env, const std::string &networkId, napi_value handle) in GetCrossingSwitchState()
106 …d JsCoordinationManager::RegisterListener(napi_env env, const std::string &type, napi_value handle) in RegisterListener()
112 …JsCoordinationManager::UnregisterListener(napi_env env, const std::string &type, napi_value handle) in UnregisterListener()
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
Djs_cooperate_manager.cpp30 napi_value JsCooperateManager::Enable(napi_env env, bool enable, napi_value handle) in Enable()
51 int32_t startDeviceId, napi_value handle) in Start()
66 napi_value JsCooperateManager::Stop(napi_env env, napi_value handle) in Stop()
82 … JsCooperateManager::GetState(napi_env env, const std::string &deviceDescriptor, napi_value handle) in GetState()
97 void JsCooperateManager::RegisterListener(napi_env env, const std::string &type, napi_value handle) in RegisterListener()
103 …id JsCooperateManager::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/security/device_auth/frameworks/deviceauth_lite/source/schedule/
Ddistribution.c170 int32_t proc_message(struct hichain *handle, struct header_analysis *nav, in proc_message()
184 int32_t connect_message(struct hichain *handle, struct header_analysis *nav, struct message *send) in connect_message()
324 #define CUT_EMPTY_FUNC(d_name, handle, nav, receive) \ argument
334 static int32_t proc_pake_request_message(struct hichain *handle, struct header_analysis *nav, in proc_pake_request_message()
358 static int32_t proc_pake_response_message(struct hichain *handle, struct header_analysis *nav, in proc_pake_response_message()
382 static int32_t proc_exchange_request_message(struct hichain *handle, struct header_analysis *nav, in proc_exchange_request_message()
397 static int32_t proc_exchange_response_message(struct hichain *handle, struct header_analysis *nav, in proc_exchange_response_message()
414 static int32_t proc_sts_request_message(struct hichain *handle, struct header_analysis *nav, in proc_sts_request_message()
438 static int32_t proc_sts_response_message(struct hichain *handle, struct header_analysis *nav, in proc_sts_response_message()
461 static int32_t proc_add_request_message(struct hichain *handle, struct header_analysis *nav, in proc_add_request_message()
[all …]
/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/startup/init/services/include/param/
Dsys_param.h47 static inline const char *CachedParameterGet(CachedHandle handle) in CachedParameterGet()
67 static inline const char *CachedParameterGetChanged(CachedHandle handle, int *changed) in CachedParameterGetChanged()
/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/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.cpp135 …CachedHandle handle = CachedParameterCreate(g_localParamTester->names[TestRandom() % g_maxCount], … in BMCachedParameterGet() local
155 static CachedHandle handle = CachedParameterCreate( in BMCachedParameterGetChangedStatic() local
175 …CachedHandle handle = CachedParameterCreate(g_localParamTester->names[TestRandom() % g_maxCount], … in BMCachedParameterGetChangedGlobal() local
195 CachedHandle handle = nullptr; in BMCachedParameterGetChangedGlobal2() local
269 ParamHandle handle = 0; in BMSystemFindParameter() local
287 ParamHandle *handle = new ParamHandle[g_maxCount]; in BMSystemGetParameterValue() local
315 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()

123456789