Home
last modified time | relevance | path

Searched refs:token (Results 1426 - 1450 of 2362) sorted by relevance

1...<<51525354555657585960>>...95

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmbo.c314 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 Dmbo.c344 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 Dasync.h49 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 Dability_record.h55 uint16_t token = 0; member
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dsnapshot.h63 * @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 Dability_state_data.h58 sptr<IRemoteObject> token; member
H A Dability_info_callback_stub.h36 * 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 Dapp_exception_callback_proxy.h33 * @param token associated ability
35 virtual void OnLifecycleException(LifecycleException type, sptr<IRemoteObject> token);
/foundation/ability/dmsfwk/services/dtbabilitymgr/include/continuation_manager/
H A Dapp_connection_stub.h31 explicit AppConnectionStub(int32_t token,
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/photo_editor_extension_ability/
H A Djs_photo_editor_extension.h45 * @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 Drequest_info.h26 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 Dmock_app_mgr_client.h36 token_ = loadParam.token; in LoadAbility()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/continuation/
H A Dremote_register_service_interface.h41 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 Dinsight_intent_executor.cpp44 context_ = std::make_shared<InsightIntentContext>(intentInfo.token, executeParam->bundleName_, in Init()
/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dability_mission_stack.h43 PageAbilityRecord *FindPageAbility(uint64_t token) const;
H A Dapp_manager.h37 const AppRecord *GetAppRecordByToken(uint64_t token, pid_t callingPid);
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_promise.h47 * @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 Drs_render_service_proxy.h31 sptr<RSIRenderServiceConnection> CreateConnection(const sptr<RSIConnectionToken>& token) override;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedialibrary_helper_container.h36 EXPORT void CreateDataShareHelper(const sptr<IRemoteObject> &token, const std::string &uri);
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.h63 int token; member
/foundation/window/window_manager/extension/window_extension/include/zidl/
H A Dwindow_extension_proxy.h34 void GetExtensionWindow(sptr<IWindowExtensionClient>& token) override;
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_client_stub.cpp51 clientIdentity_.token = 0; in Init()
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dhks_api.h30 * @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 Dipc_server_listenermgr.h31 uint32_t token; member
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dstring_utils.h30 std::vector<std::string> SplitLine(std::string &line, std::string &token);

Completed in 12 milliseconds

1...<<51525354555657585960>>...95