Home
last modified time | relevance | path

Searched refs:loadCallback (Results 1 – 3 of 3) sorted by relevance

/test/xts/device_attest/interfaces/innerkits/native_cpp/src/
Ddevattest_client.cpp72 sptr<DevAttestProfileLoadCallback> loadCallback = new DevAttestProfileLoadCallback(); in LoadDevAttestProfile() local
73 if (loadCallback == nullptr) { in LoadDevAttestProfile()
83 …32_t ret = samgr->LoadSystemAbility(DevAttestInterface::SA_ID_DEVICE_ATTEST_SERVICE, loadCallback); in LoadDevAttestProfile()
/test/xts/acts/multimedia/media/media_js_standard/soundPool/src/main/ets/test/
DSoundPoolXTS.ets683 console.info(`${TAG}: loadCallback(uri) error: ${JSON.stringify(err)}`);
687 console.info(`${TAG}: loadCallback(uri) success, soundId: ${soundId_}`);
690 console.info(`${TAG}: loadCallback(uri) fail! soundId: ${soundId_}`);
723 …console.info(`${TAG}: Test loadCallback(uri) with invalid uri success, error: [${err.code}, ${err.…
725 …console.info(`${TAG}: Test loadCallback(uri) with invalid uri fail, errCode != 5400103, error: [${…
729 …console.info(`${TAG}: Test loadCallback(uri) with invalid uri fail, load success! soundId: ${sound…
760 console.info(`${TAG}: loadCallback(fd, offset, length) error: ${JSON.stringify(err)}`);
764 …console.info(`${TAG}: loadCallback(fd, offset, length) success, offset = 0, soundId: ${soundId_}`);
767 console.info(`${TAG}: loadCallback(fd, offset, length) fail! soundId: ${soundId_}`);
799 console.info(`${TAG}: loadCallback(fd, offset, length) error: ${JSON.stringify(err)}`);
[all …]
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp834 sptr<OnSaLoadCallback> loadCallback = new OnSaLoadCallback(lock); in GetHidumperInfo() local
835 … int32_t result = sam->LoadSystemAbility(OHOS::DFX_HI_DUMPER_SERVICE_ABILITY_ID, loadCallback); in GetHidumperInfo()
842 remoteObject = loadCallback->GetSaObject(); in GetHidumperInfo()