Home
last modified time | relevance | path

Searched refs:token (Results 851 - 875 of 1276) sorted by relevance

1...<<31323334353637383940>>...52

/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value_manager.cpp42 ITaskQueue::Token token {}; in ~EngineValueManager()
46 token = task_token_; in ~EngineValueManager()
48 if (token) { in ~EngineValueManager()
50 queue->CancelTask(token); in ~EngineValueManager()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h42 sptr<IRemoteObject> token,
72 const sptr<VSyncIConnectionToken>& token,
326 void OnRemoteDied(const wptr<IRemoteObject>& token) override;
339 void OnRemoteDied(const wptr<IRemoteObject>& token) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h385 * @param token token of ability.
390 virtual void OnDisplayInfoChange(const sptr<IRemoteObject>& token,
579 * @param token token of ability.
583 WMError RegisterDisplayInfoChangedListener(const sptr<IRemoteObject>& token,
589 * Otherwise, the sptr token may be destroyed abnormally.
591 * @param token token of ability.
595 WMError UnregisterDisplayInfoChangedListener(const sptr<IRemoteObject>& token,
[all...]
/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c311 char *token = strtok_r((char *)tmpMac, BT_ADDR_DELIMITER, &nextTokenPtr); in ConvertBtMacToBinary() local
314 if (token == NULL) { in ConvertBtMacToBinary()
318 binMac[i] = strtoul(token, &endptr, BT_ADDR_BASE); in ConvertBtMacToBinary()
319 token = strtok_r(NULL, BT_ADDR_DELIMITER, &nextTokenPtr); in ConvertBtMacToBinary()
/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dbus_center_client_proxy.c37 svc->token = svcId.token; in GetSvcIdentityByPkgName()
61 svc[i].token = svcId[i].token; in GetAllClientIdentity()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.cpp333 RelationalRowDataSet &data, ContinueToken &token) const in ExecuteQuery()
381 void VirtualRelationalVerSyncDBInterface::ReleaseRemoteQueryContinueToken(ContinueToken &token) const in ReleaseRemoteQueryContinueToken()
383 auto remoteToken = static_cast<RelationalRemoteQueryContinueToken *>(token); in ReleaseRemoteQueryContinueToken()
386 token = nullptr; in ReleaseRemoteQueryContinueToken()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_device_identifier_test.cpp494 ContinueToken token = nullptr; in HWTEST_F() local
497 EXPECT_EQ(errStore->GetSyncDataNext(dataItems, token, info), -E_INVALID_ARGS); in HWTEST_F()
499 EXPECT_EQ(errStore->GetSyncDataNext(dataItems, token, info), -E_INVALID_ARGS); in HWTEST_F()
500 errStore->ReleaseContinueToken(token); in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H A Dnative_devicemanager_js.h101 DmNapiAuthJsCallback(std::string bundleName, std::string deviceId, std::string token, int32_t status, in DmNapiAuthJsCallback()
103 : bundleName_(bundleName), deviceId_(deviceId), token_(token), status_(status), reason_(reason) {} in DmNapiAuthJsCallback()
194 void OnAuthResult(const std::string &deviceId, const std::string &token, int32_t status, int32_t reason) override;
251 void OnAuthResult(const std::string &deviceId, const std::string &token, int32_t status, int32_t reason);
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_test.cpp453 sptr<IRemoteObject> token; in HWTEST_F() local
458 data.WriteRemoteObject(token); in HWTEST_F()
486 sptr<IRemoteObject> token; in HWTEST_F() local
491 data.WriteRemoteObject(token); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp231 sptr<IRemoteObject> token = nullptr; in HandleScheduleLaunchAbility() local
233 token = data.ReadRemoteObject(); in HandleScheduleLaunchAbility()
238 ScheduleLaunchAbility(*abilityInfo, token, want, abilityRecordId); in HandleScheduleLaunchAbility()
245 sptr<IRemoteObject> token = data.ReadRemoteObject(); in HandleScheduleCleanAbility() local
247 ScheduleCleanAbility(token, isCacheProcess); in HandleScheduleCleanAbility()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_service_test.cpp325 NetManagerExtAccessToken token; in HWTEST_F() local
338 NetManagerExtNotSystemAccessToken token; in HWTEST_F() local
371 NetManagerExtAccessToken token; in HWTEST_F() local
441 NetManagerExtAccessToken token; in HWTEST_F() local
472 NoPermissionAccessToken token; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp48 auto token = input.substr(s, e - s); in SplitString() local
49 s += token.size() + delimiter.size(); in SplitString()
50 tokens.push_back(token); in SplitString()
266 for (const auto &token : tokens) { in MacStringToArray()
268 array.push_back(static_cast<uint8_t>(stoul(token, &idx, BASE_HEX))); in MacStringToArray()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_test.cpp325 NetManagerExtAccessToken token; in HWTEST_F() local
338 NetManagerExtNotSystemAccessToken token; in HWTEST_F() local
371 NetManagerExtAccessToken token; in HWTEST_F() local
441 NetManagerExtAccessToken token; in HWTEST_F() local
472 NoPermissionAccessToken token; in HWTEST_F() local
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp586 std::string token; in getAuthInfo() local
592 token = splitStr.substr(0, pos); in getAuthInfo()
593 if (token.length() > 0) { in getAuthInfo()
594 results.push_back(token); in getAuthInfo()
596 WIFI_LOGD("%{public}s token:%{private}s, splitStr:%{public}s", __func__, token.c_str(), splitStr.c_str()); in getAuthInfo()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp706 void MainThread::ScheduleLaunchAbility(const AbilityInfo &info, const sptr<IRemoteObject> &token, in ScheduleLaunchAbility() argument
718 auto abilityRecord = std::make_shared<AbilityLocalRecord>(abilityInfo, token, want, abilityRecordId); in ScheduleLaunchAbility()
724 FreezeUtil::LifecycleFlow flow = { token, FreezeUtil::TimeoutState::LOAD }; in ScheduleLaunchAbility()
744 * @brief clean the ability by token.
746 * @param token The token belong to the ability which want to be cleaned.
749 void MainThread::ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess) in ScheduleCleanAbility() argument
753 FreezeUtil::GetInstance().DeleteLifecycleEvent(token); in ScheduleCleanAbility()
755 auto task = [weak, token, isCacheProcess]() { in ScheduleCleanAbility()
761 appThread->HandleCleanAbility(token, isCacheProces in ScheduleCleanAbility()
835 sptr<IRemoteObject> token = record->GetToken(); CheckAbilityItem() local
2116 HandleCleanAbilityLocal(const sptr<IRemoteObject> &token) HandleCleanAbilityLocal() argument
2158 HandleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess) HandleCleanAbility() argument
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension.cpp29 const sptr<IRemoteObject> &token) in Init()
32 if ((record == nullptr) || (application == nullptr) || (handler == nullptr) || (token == nullptr)) { in Init()
26 Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record, const std::shared_ptr<AppExecFwk::OHOSApplication> &application, std::shared_ptr<AppExecFwk::AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/
H A Dapp_connection_stub_test.cpp46 int32_t token = 0; in SetUp() local
48 appConnectionStub_ = new AppConnectionStub(token, continuationExtraParams); in SetUp()
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability.cpp68 void JSAbility::Launch(const char * const abilityPath, const char * const bundleName, uint16_t token, in Launch() argument
112 jsAbilityImpl->InitEnvironment(abilityPath, bundleName, token); in Launch()
/foundation/graphic/surface_lite/frameworks/
H A Dsurface_impl.cpp30 .token = 0 in SurfaceImpl()
90 sid_.token = SERVICE_TYPE_ANONYMOUS; in Init()
/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/
H A Dmedia_file_ext_ability.cpp65 const sptr<IRemoteObject> &token) in Init()
68 FileAccessExtAbility::Init(record, application, handler, token); in Init()
63 Init(const shared_ptr<AbilityLocalRecord> &record, const shared_ptr<OHOSApplication> &application, shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H A Dcgroup_event_handler.h41 const std::string& abilityName, uintptr_t token, int32_t abilityState, int32_t abilityType);
43 const std::string& abilityName, uintptr_t token, int32_t extensionState, int32_t abilityType);
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dmessage.c118 uint32 *SAMGR_SendSharedRequest(const Identity *identity, const Request *request, uint32 *token, Handler handler) in SAMGR_SendSharedRequest() argument
123 Exchange exchange = {*identity, *request, {NULL, 0}, MSG_NON, handler, token}; in SAMGR_SendSharedRequest()
/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/
H A DRpcSamgrTest.cpp67 sid->token = node->sid->token; in GetSystemAbility()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_pin_holder.h104 void OnAuthResult(const std::string &pkgName, const std::string &deviceId, const std::string &token, int32_t status,
109 (void)token; variable
/foundation/window/window_manager/window_scene/session/host/include/
H A Dextension_session.h81 sptr<WindowSessionProperty> property, sptr<IRemoteObject> token,
85 sptr<WindowSessionProperty> property, sptr<IRemoteObject> token, int32_t pid, int32_t uid,

Completed in 24 milliseconds

1...<<31323334353637383940>>...52