Home
last modified time | relevance | path

Searched refs:getCallback (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Dinner_account_iam_manager.cpp231 …auto getCallback = std::make_shared<GetCredInfoCallbackWrapper>(userId, static_cast<int32_t>(authT… in GetCredentialInfo() local
232 UserIDMClient::GetInstance().GetCredentialInfo(userId, authType, getCallback); in GetCredentialInfo()
378 auto getCallback = std::make_shared<GetPropCallbackWrapper>(userId, callback); in GetProperty() local
379 UserAuthClient::GetInstance().GetProperty(userId, request, getCallback); in GetProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp523 void SetCustomPropertyModiferByKey(ArkUINodeHandle node, void* callback, void* getCallback) in SetCustomPropertyModiferByKey() argument
529 reinterpret_cast<std::function<std::string(const std::string&)>*>(getCallback); in SetCustomPropertyModiferByKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_syncer_test.h129 SyncProcessCallback getCallback(TaskId taskId) in getCallback() function
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_module_test.cpp938 auto getCallback = std::make_shared<MockDomainGetAccessTokenCallback>(); variable
939 ASSERT_NE(getCallback, nullptr);
940 auto testGetCallback = std::make_shared<TestGetAccessTokenCallback>(getCallback);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp1239 std::shared_ptr<CameraManagerCallback> getCallback = cameraManager->GetApplicationCallback(); variable
1240 ASSERT_EQ(setCallback, getCallback);
1310 std::shared_ptr<ErrorCallback> getCallback = input->GetErrorCallback(); variable
1311 ASSERT_EQ(setCallback, getCallback);
1330 …std::shared_ptr<PreviewStateCallback> getCallback = ((sptr<PreviewOutput> &)preview)->GetApplicati… variable
1331 ASSERT_EQ(setCallback, getCallback);
1349 …std::shared_ptr<PhotoStateCallback> getCallback = ((sptr<PhotoOutput> &)photo)->GetApplicationCall… variable
1350 ASSERT_EQ(setCallback, getCallback);
1368 …std::shared_ptr<VideoStateCallback> getCallback = ((sptr<VideoOutput> &)video)->GetApplicationCall… variable
1369 ASSERT_EQ(setCallback, getCallback);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h4829 void (*setCustomPropertyModiferByKey)(ArkUINodeHandle node, void* callback, void* getCallback);