/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mbo.c | 314 char *cmd, *token, *context = NULL; in wpas_mbo_update_non_pref_chan() local 333 while ((token = str_token(cmd, " ", &context))) { in wpas_mbo_update_non_pref_chan() 355 ret = sscanf(token, "%u:%u:%u:%u", &_oper_class, in wpas_mbo_update_non_pref_chan() 361 token); in wpas_mbo_update_non_pref_chan()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mbo.c | 344 char *cmd, *token, *context = NULL; in wpas_mbo_update_non_pref_chan() local 363 while ((token = str_token(cmd, " ", &context))) { in wpas_mbo_update_non_pref_chan() 385 ret = sscanf(token, "%u:%u:%u:%u", &_oper_class, in wpas_mbo_update_non_pref_chan() 391 token); in wpas_mbo_update_non_pref_chan()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | async.h | 49 size_t tokenlen; /**< length of the token */ 50 uint8_t token[8]; /**< the token to use in a response */ member
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/ |
H A D | ability_record.h | 55 uint16_t token = 0; member
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | snapshot.h | 63 * @param token remote object token 67 virtual int32_t GetSnapshot(const sptr<IRemoteObject>& token, Snapshot& snapshot) = 0;
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | ability_state_data.h | 58 sptr<IRemoteObject> token; member
|
H A D | ability_info_callback_stub.h | 36 * Notify the initiator of the ability token. 38 * @param token The token of ability. 41 virtual void NotifyAbilityToken(const sptr<IRemoteObject> token, const Want &want) override;
|
H A D | app_exception_callback_proxy.h | 33 * @param token associated ability 35 virtual void OnLifecycleException(LifecycleException type, sptr<IRemoteObject> token);
|
/foundation/ability/dmsfwk/services/dtbabilitymgr/include/continuation_manager/ |
H A D | app_connection_stub.h | 31 explicit AppConnectionStub(int32_t token,
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/photo_editor_extension_ability/ |
H A D | js_photo_editor_extension.h | 45 * @param token the remote token. 49 std::shared_ptr<AppExecFwk::AbilityHandler> &handler, const sptr<IRemoteObject> &token) override;
|
/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/include/ |
H A D | request_info.h | 26 RequestInfo(const sptr<IRemoteObject> &token, int32_t left, int32_t top, int32_t width, int32_t height); 48 * @brief Get caller token. 50 * @return token.
|
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/include/ |
H A D | mock_app_mgr_client.h | 36 token_ = loadParam.token; in LoadAbility()
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/continuation/ |
H A D | remote_register_service_interface.h | 41 virtual int Register(const std::string &bundleName, const sptr<IRemoteObject> &token, const ExtraParams &extras, 47 * @param registerToken token from register return value. 54 * @param registerToken token from register. 63 * @param registerToken token from register
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/ |
H A D | insight_intent_executor.cpp | 44 context_ = std::make_shared<InsightIntentContext>(intentInfo.token, executeParam->bundleName_, in Init()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/ |
H A D | ability_mission_stack.h | 43 PageAbilityRecord *FindPageAbility(uint64_t token) const;
|
H A D | app_manager.h | 37 const AppRecord *GetAppRecordByToken(uint64_t token, pid_t callingPid);
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_promise.h | 47 * @brief Set Executing task token and queue 49 virtual void SetQueueInfo(const ITaskQueue::Ptr& queue, ITaskQueue::Token token) = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_proxy.h | 31 sptr<RSIRenderServiceConnection> CreateConnection(const sptr<RSIConnectionToken>& token) override;
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/ |
H A D | medialibrary_helper_container.h | 36 EXPORT void CreateDataShareHelper(const sptr<IRemoteObject> &token, const std::string &uri);
|
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server.h | 63 int token;
member
|
/foundation/window/window_manager/extension/window_extension/include/zidl/ |
H A D | window_extension_proxy.h | 34 void GetExtensionWindow(sptr<IWindowExtensionClient>& token) override;
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/ |
H A D | ipc_client_stub.cpp | 51 clientIdentity_.token = 0; in Init()
|
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | hks_api.h | 30 * @param token token 34 struct HksBlob *handle, struct HksBlob *token) in HksInit() 33 HksInit(const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, struct HksBlob *handle, struct HksBlob *token) HksInit() argument
|
/foundation/distributedhardware/device_manager/services/service/include/ipc/lite/ |
H A D | ipc_server_listenermgr.h | 31 uint32_t token; member
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/ |
H A D | string_utils.h | 30 std::vector<std::string> SplitLine(std::string &line, std::string &token);
|