Home
last modified time | relevance | path

Searched refs:DecToHex (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_executor.cpp74 std::string AOTExecutor::DecToHex(uint32_t decimal) const in DecToHex() function in OHOS::AppExecFwk::AOTExecutor
76 APP_LOGD("DecToHex begin, decimal : %{public}u", decimal); in DecToHex()
143 subject[ABC_OFFSET] = DecToHex(aotArgs.offset); in GetSubjectInfo()
144 subject[ABC_SIZE] = DecToHex(aotArgs.length); in GetSubjectInfo()
145 subject[PROCESS_UID] = DecToHex(currentProcessUid); in GetSubjectInfo()
146 subject[BUNDLE_UID] = DecToHex(aotArgs.bundleUid); in GetSubjectInfo()
148 subject[IS_ENCRYPTED_BUNDLE] = DecToHex(aotArgs.isEncryptedBundle); in GetSubjectInfo()
149 subject[IS_SCREEN_OFF] = DecToHex(aotArgs.isScreenOff); in GetSubjectInfo()
166 object[ABC_OFFSET] = DecToHex(hspInfo.offset); in MapArgs()
167 object[ABC_SIZE] = DecToHex(hspInf in MapArgs()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_executor.h45 std::string DecToHex(uint32_t decimal) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp1280 * @tc.name: test DecToHex
1281 * @tc.desc: test DecToHex function return value
1285 std::string result = AOTExecutor::GetInstance().DecToHex(50); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/
H A Dbms_bundle_default_app_test.cpp1769 std::string hex = AOTExecutor::GetInstance().DecToHex(decimal); in HWTEST_F()

Completed in 8 milliseconds